From db8a9c495cd3e29fb67558ef0fc6d263c88ee45f Mon Sep 17 00:00:00 2001
From: Andrew McMillan
On your database server you will need to create a user called 'general' which should not be able to create databases or users, and which will be granted minimum privileges for the application.
++createuser --no-createdb --no-createrole general ++ +
You may need to become the 'postgres' user to do this, in which case +you will need to be the postgres user to create the database as well.
To create the database itself, run the script: