From c173ed0f05c0e14ef3ede1ba8b0b7915977d4ad6 Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 6 Jan 2015 00:41:01 +0100 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 922d61a..91aedcd 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,6 @@ It may also be necessery to create a reverse proxy to your gallery. I would reco ##Starting -You can start the gallery now by running the executable. You need to provide an environment argument, which can be `Development`, `Testing`, `Staging` or `Production`. +You can start the gallery now by running the executable. You need to provide a settings file, normally found in `config/settings.yml` Since eidolon will block your console, I recommend wrapping a init-script around it. how you can do that is written in my [blog](http://nek0.eu/posts/2014-10-23-Daemonize-a-yesod-app.html).