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