From bfc7eed20626889e8aadce024f93931a712cb722 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Tue, 9 Sep 2014 15:30:28 -0400 Subject: [PATCH] Docs: Updated usage of autogen.sh to not use param 'u' Signed-off-by: Josh Stompro Signed-off-by: Yamil Suarez --- docs/admin_initial_setup/describing_your_organization.txt | 14 ++++++++++++++ docs/installation/server_installation.txt | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/admin_initial_setup/describing_your_organization.txt b/docs/admin_initial_setup/describing_your_organization.txt index e2b89a36ea..7da6d881b8 100644 --- a/docs/admin_initial_setup/describing_your_organization.txt +++ b/docs/admin_initial_setup/describing_your_organization.txt @@ -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*. diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index ef59df997f..138b1b6d44 100644 --- a/docs/installation/server_installation.txt +++ b/docs/installation/server_installation.txt @@ -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: -- 2.11.0