mirror of
https://github.com/snoyberg/keter.git
synced 2024-12-15 01:23:09 +03:00
Documentation: file location is /opt/keter/bin
This commit is contained in:
parent
29eb1a4a6c
commit
264a9f33bc
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user