readme typo

This commit is contained in:
nek0 2015-04-09 16:30:20 +02:00
parent 388f2d0f34
commit cd782faacb
1 changed files with 1 additions and 1 deletions

View File

@ -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. Finally point a reverse-proxy (something like nginx) at `http://localhost:3000` or any other port you configured in `donfig/settings.yml`.
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 `config/settings.yml`.
For better control You can wrap an init script around this. How to do this is described [in my blog][blog].