From b8efec92959a45705c9d74f1f8eee1bfea54486d Mon Sep 17 00:00:00 2001 From: Jakob Dalsgaard Date: Mon, 12 May 2025 11:01:44 +0200 Subject: [PATCH] Adding more information on DB install --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 0b8b0c5..89d1aee 100644 --- a/readme.md +++ b/readme.md @@ -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: ```