Adding more information on DB install

This commit is contained in:
2025-05-12 11:01:44 +02:00
parent 244eb6e099
commit b8efec9295

View File

@@ -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:
```