Docs: Updated usage of autogen.sh to not use param 'u'
authorJosh Stompro <github@stompro.org>
Tue, 9 Sep 2014 19:30:28 +0000 (15:30 -0400)
committerYamil Suarez <yamil@yamil.com>
Tue, 9 Sep 2014 19:30:28 +0000 (15:30 -0400)
Signed-off-by: Josh Stompro <github@stompro.org>
Signed-off-by: Yamil Suarez <yamil@yamil.com>
docs/admin_initial_setup/describing_your_organization.txt
docs/installation/server_installation.txt

index e2b89a3..7da6d88 100644 (file)
@@ -84,6 +84,20 @@ The *Hours of Operation* tab is where you enter regular, weekly hours. Holiday
 and other closures are set in the *Closed Dates Editor*. Hours of operation and
 closed dates impact due dates and fine accrual.  
 
+After Changing Organization Unit Data
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+After you change Org Unit data, you must run the autogen.sh script.  
+This script updates the Evergreen organization tree and fieldmapper IDL.  
+You will get unpredictable results if you don't run this after making changes.
+
+Run this script as the *opensrf* Linux account.
+
+[source, bash]
+------------------------------------------------------------------------------
+autogen.sh
+------------------------------------------------------------------------------
+
 Set closed dates using the Closed Dates Editor 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 . Open *Admin > Local Administration > Closed Dates Editor*.
index ef59df9..138b1b6 100644 (file)
@@ -519,12 +519,12 @@ export PATH=$PATH:/openils/bin
 +
 3. As the *opensrf* Linux account, generate the Web files needed by the staff
    client and catalogue and update the organization unit proximity (you need to do
-   this the first time you start Evergreen, and after that each time you change
-   the library hierarchy in `config.cgi`):
+   this the first time you start Evergreen, and after that each time you change the library org unit configuration.
+):
 +
 [source, bash]
 ------------------------------------------------------------------------------
-autogen.sh -u
+autogen.sh
 ------------------------------------------------------------------------------
 +
 4. As the *root* Linux account, restart the Apache Web server: