From e899f217b0e649f1bf69e2e349bc7eeda4183cdb Mon Sep 17 00:00:00 2001 From: Samwalton9 Date: Fri, 6 May 2022 17:47:00 +0100 Subject: [PATCH] Add a note to start the postgresql server --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 1838339fa..5f38df3c8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -127,6 +127,10 @@ By default WhoCanIVoteFor uses PostgreSQL with the PostGIS extension. To set thi sudo apt-get install postgresql postgis +Start the PostgreSQL server with: + + /etc/init.d/postgresql start + Then create, for example, a `wcivf` user: sudo -u postgres createuser -P wcivf