diff --git a/INSTALL.md b/INSTALL.md index 6933b4f18..47136c5f6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -99,6 +99,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