From db8a9c495cd3e29fb67558ef0fc6d263c88ee45f Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 9 Nov 2006 23:28:19 +1300 Subject: [PATCH] More details of what to do. --- docs/website/installation.php | 6 ++++++ 1 file changed, 6 insertions(+) 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: