diff --git a/docs/website/installation.php b/docs/website/installation.php index 025b1e0f..9fd821a4 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -81,7 +81,11 @@ which might be a reasonable place, but it might not be where you have put them.
This script also expects to be running as a user who has rights -to create a new database.
+to create a new database, so you may need to do this as the "postgres" +user, for example: ++su postgres -c /usr/share/rscds/dba/create-database.sh +
If you are in a non-English locale, you can set the default_locale +configuration to one of the supported locales. At time of writing the +valid alternative locales are es_AR.UTF-8 and de_DE.UTF-8 but I am +hoping to have more translations soon.