From: Robert Soulliere <rsoulliere@libdog.mohawkcollege.ca> Date: Tue, 1 Mar 2011 12:58:24 +0000 (-0500) Subject: Add missing option to the eg config script command reported in bug report https:... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a42494951a07aeb7b2822aba1b876e1beb8de4ae;p=evergreen%2Fmasslnc.git Add missing option to the eg config script command reported in bug report https://bugs.launchpad.net/evergreen/+bug/726931. --- 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</userinput> + --user evergreen --password PASSWORD --database DATABASENAME --admin-user ADMIN-USER --admin-pass ADMIN-PASSWORD </userinput> </screen> <para>On most systems, <emphasis>HOSTNAME</emphasis> will be <emphasis role="bold">localhost</emphasis> and <emphasis>PORT</emphasis> will be <emphasis role="bold">5432</emphasis>. Of course, values for <emphasis>PASSWORD</emphasis> and <emphasis>DATABASENAME</emphasis> must match the values you used in - <xref linkend="serversideinstallation-postgresqlcreateuser"/>.</para> + <xref linkend="serversideinstallation-postgresqlcreateuser"/>. The <option>admin-user</option> and <option>admin-pass</option> options will + specify the Evergreen administrator account's username and password. This was + changed for security reasons, it was previously admin/open-ils</para> <para>As the command executes, you may see warnings similar to: <literal>ERROR: schema SOMENAME does not exist</literal> (in fact, you may see one warning per schema) but they can be safely ignored.</para> @@ -1182,11 +1184,10 @@ applications on your server:</para> <para>Edit the Apache configuration file and change the lines:</para> - <screen> - <userinput> - export APACHE_RUN_USER=www-data - export APACHE_RUN_GROUP=www-data</userinput> - </screen> +<screen> +<userinput>export APACHE_RUN_USER=www-data</userinput> +<userinput>export APACHE_RUN_GROUP=www-data</userinput> +</screen> <para>to instead read:</para> <screen> <userinput>