Documentation: file location is /opt/keter/bin

This commit is contained in:
Michael Snoyman 2012-10-23 20:48:55 +02:00
parent 29eb1a4a6c
commit 264a9f33bc

View File

@ -10,7 +10,7 @@ First, install PostgreSQL
sudo apt-get install postgresql sudo apt-get install postgresql
Second, build the `keter` binary and place it at `/usr/bin`. Second, build the `keter` binary and place it at `/opt/keter/bin`.
Third, create a Keter config file: Third, create a Keter config file:
@ -36,7 +36,7 @@ respawn
console none console none
exec /usr/bin/keter /opt/keter/etc/keter-config.yaml exec /opt/keter/bin/keter /opt/keter/etc/keter-config.yaml
``` ```
Finally, start the job for the first time: Finally, start the job for the first time: