Adding more information on DB install
This commit is contained in:
@@ -11,6 +11,8 @@ create database training;
|
||||
create user 'jakob';
|
||||
```
|
||||
|
||||
Create the table and view structure by executing `db/createdb.sql` and load initial data by `db/load.sql` -- you might want to
|
||||
change the name from 'jakob' to something else (and do that consistenly throughout).
|
||||
Edit `pg_hba.conf` to have 'jakob' access the training database directly:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user