Skip to content

Commit

Permalink
Add a note to start the postgresql server
Browse files Browse the repository at this point in the history
  • Loading branch information
Samwalton9 authored and VirginiaDooley committed Jun 25, 2024
1 parent 181dfa9 commit e899f21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e899f21

Please sign in to comment.