From a42494951a07aeb7b2822aba1b876e1beb8de4ae Mon Sep 17 00:00:00 2001 From: Robert Soulliere Date: Tue, 1 Mar 2011 07:58:24 -0500 Subject: [PATCH] Add missing option to the eg config script command reported in bug report https://bugs.launchpad.net/evergreen/+bug/726931. --- 2.0/admin/serversideinstallation_2.0.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/2.0/admin/serversideinstallation_2.0.xml b/2.0/admin/serversideinstallation_2.0.xml index 89a6f5f205..a2f3759daf 100644 --- a/2.0/admin/serversideinstallation_2.0.xml +++ b/2.0/admin/serversideinstallation_2.0.xml @@ -1050,14 +1050,16 @@ perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config \ --service all --create-schema --create-offline \ --hostname HOSTNAME --port PORT \ - --user evergreen --password PASSWORD --database DATABASENAME + --user evergreen --password PASSWORD --database DATABASENAME --admin-user ADMIN-USER --admin-pass ADMIN-PASSWORD On most systems, HOSTNAME will be localhost and PORT will be 5432. Of course, values for PASSWORD and DATABASENAME must match the values you used in - . + . The and options will + specify the Evergreen administrator account's username and password. This was + changed for security reasons, it was previously admin/open-ils As the command executes, you may see warnings similar to: ERROR: schema SOMENAME does not exist (in fact, you may see one warning per schema) but they can be safely ignored. @@ -1182,11 +1184,10 @@ applications on your server: Edit the Apache configuration file and change the lines: - - - export APACHE_RUN_USER=www-data - export APACHE_RUN_GROUP=www-data - + +export APACHE_RUN_USER=www-data +export APACHE_RUN_GROUP=www-data + to instead read: -- 2.43.2