diff --git a/docs/website/installation.php b/docs/website/installation.php index dff9d035..8812c8a1 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -70,6 +70,12 @@ box.

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: