From 05868adf57f092bd5f0083cab3ad22d9b3c162b6 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 9 Nov 2006 12:21:42 +1300 Subject: [PATCH] Add note about pg_hba editing to grant the 'general' user access. --- docs/website/installation.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/website/installation.php b/docs/website/installation.php index 9fd821a4..dff9d035 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -87,6 +87,9 @@ user, for example:

su postgres -c /usr/share/rscds/dba/create-database.sh +

Once your database has been created, you may also need to +edit your pg_hba.conf file in order to grant the application +access to the database as the 'general' user.

Apache VHost Configuration