Skip to content
Snippets Groups Projects
Unverified Commit 68f7c35d authored by Per Qvarforth's avatar Per Qvarforth Committed by GitHub
Browse files

Merge pull request #27 from shackrat/patch-1

Update README.md
parents 08383093 cf202913
No related branches found
No related tags found
No related merge requests found
......@@ -102,9 +102,9 @@ git clone https://github.com/qvarforth/trackdirect
#### Set up database
Set up the database (connect to database using: "sudo -u postgres psql"). You need to replace "my_username".
Set up the database (connect to database using: "sudo -u postgres psql"). You need to replace "my_username". Note that APRS using UTF-8 encoding so it may be necessary to specify as shown.
```
CREATE DATABASE trackdirect;
CREATE DATABASE trackdirect ENCODING 'UTF8';
CREATE USER my_username WITH PASSWORD 'foobar';
ALTER ROLE my_username WITH SUPERUSER;
......
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