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

fix readme

parent cf2e6d0b
No related branches found
No related tags found
No related merge requests found
......@@ -71,13 +71,13 @@ This command can also be used to empty the database if you want to start with a
After the daemon has ran the initial migrations you may check out the schema of the database:
```sh
psql < info.sql
source info.sql
```
Once you are done with the database you can stop the server using:
```sh
./contrib/postgres/stop_server.sh
./contrib/mysql/stop_server.sh
```
### postgres
......@@ -89,10 +89,10 @@ Once you are done with the database you can stop the server using:
Wait for the server to boot up and then initialize the database using a second terminal:
```sh
./contrib/mysql/run_client.sh
./contrib/postgres/run_client.sh
```
Type the following on the mysql command line:
Type the following on the command line:
```sh
psql < init.sql
......
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