From 4c136c2b643405c9f5b6cf9c8fa2294c618cf94d Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 7 Apr 2015 02:28:48 +0200 Subject: [PATCH] more readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fcd047..2013821 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Check the configuration File `config/settings.yml`. Create Postgresql Databases ##Lift-Off -Run `./yammat config/settings.yml` in your desired run location. +Run `./yammat config/settings.yml` in your desired run location. Finally point a reverse-proxy (something like nginx) at `http://localhost:3000` or any other port you configured in `donfig/settings.yml`. For better control You can wrap an init script around this. How to do this is described [in my blog][blog].