Skip to content
Snippets Groups Projects
Commit 95c8a468 authored by Christian Pointner's avatar Christian Pointner
Browse files

fix Readme once more

parent 1cca1d19
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ $ go get gitlab.servus.at/autoradio/tank/...
```
Create configuration file see:
https://gitlab.servus.at/autoradio/tank/blob/master/cmd/tank/sample-cfg.yaml
https://gitlab.servus.at/autoradio/tank/blob/master/contrib/sample-cfg.yaml
Make sure that the directory pointed to by ```store.path``` exists and is writeable
for the user running the daemon
......@@ -85,14 +85,14 @@ Wait for the server to boot up and then initialize the database using a second t
```sh
$ ./contrib/postgres/run_client.sh
# psql < init.sql
$$$ psql < init.sql
```
This command can also be used to empty the database if you want to start with a new one.
After the daemon has ran the initial migrations you may check out the schema of the database:
```sh
# psql < info.sql
$$$ psql < info.sql
```
Once you are done with the database you can stop the server by pressing ```CTRL-C``` inside the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment