-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
I'm following the instructions on http://fragmenta.eu/develop, but it feels like its missing important details that a first-time user like myself doesn't know. I'm new to golang as well, which could be part of the problem.
Following the instructions as-is gets this:
[user@sandbox fragmenta-test]$ fragmenta server
01:21:58
------
Fragmenta version: 1.3.3
------
01:21:58 Building server...
01:21:58 Running go fmt at ./...
01:21:59 Building server at /home/user/gocode/src/fragmenta-test/bin/fragmenta-server-local
01:22:00 Build completed successfully in 1.700707279s
01:22:00 Launching server...
2016/03/21 01:22:00 #info Opened log file at log/development.log
2016/03/21 01:22:00 #info Finished loading assets in 76.334µs
2016/03/21 01:22:00 #info Finished loading templates in 5.313037ms
2016/03/21 01:22:00 Error reading database pq: Ident authentication failed for user "fragmenta-test_server"
The last error gave me enough of a clue to find secrets/fragmenta.json. Here I see answers to questions like what database and database user I'll have to make, and what port the server will listen on. But there's 3 sets of answers (development, production, test) and I'm not even sure which of those environments is running!
Metadata
Metadata
Assignees
Labels
No labels