From: Robert Soulliere Date: Thu, 9 Aug 2012 19:17:48 +0000 (-0400) Subject: Documentation: Update upgrade instruction to 2.3.beta1 and include all docs that... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bd401421cbbf5ac397f4bda10c5c66838f30dfd5;p=evergreen%2Fmasslnc.git Documentation: Update upgrade instruction to 2.3.beta1 and include all docs that were in 2.2. Signed-off-by: Robert Soulliere --- diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt index c3f13178e6..2c4faa881e 100644 --- a/docs/installation/server_upgrade.txt +++ b/docs/installation/server_upgrade.txt @@ -46,8 +46,8 @@ the http://evergreen-ils.org/opensrf.php[OpenSRF download page]. + [source, bash] ----------------------------------------------- -wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.3.0_alpha2.tar.gz -tar xzf Evergreen-ILS-2.3.0_alpha2.tar.gz +wget http://www.open-ils.org/downloads/previews/Evergreen-ILS-2.3.beta1.tar.gz +tar xzf Evergreen-ILS-2.3.beta1.tar.gz ----------------------------------------------- + [NOTE] @@ -57,7 +57,7 @@ For the latest edition of Evergreen, check the http://evergreen-ils.org/download + [source, bash] ---------------------------------------------- -cd /home/opensrf/Evergreen-ILS-2.3.0_alpha2 +cd /home/opensrf/Evergreen-ILS-2.3.beta1 --------------------------------------------- + On the next command, replace `[distribution]` with one of these values for your @@ -76,7 +76,7 @@ make -f Open-ILS/src/extras/Makefile.install [distribution] + [source, bash] ------------------------------------------------------------ -cd /home/opensrf/Evergreen-ILS-2.3.0.alpha2 +cd /home/opensrf/Evergreen-ILS-2.3.beta1 ./configure --prefix=/openils --sysconfdir=/openils/conf make ------------------------------------------------------------ @@ -85,8 +85,8 @@ make + [source, bash] ------------------------------------------------------------ -cd /home/opensrf/Evergreen-ILS-2.3.0.alpha2 -make STAFF_CLIENT_STAMP_ID=rel_2_3.0.alpha2 install +cd /home/opensrf/Evergreen-ILS-2.3.beta1 +make STAFF_CLIENT_STAMP_ID=rel_2_3.beta1 install ------------------------------------------------------------ + . As the root user, change all files to be owned by the opensrf user and group: @@ -100,7 +100,7 @@ chown -R opensrf:opensrf /openils + [source, bash] ----------------------------------------------------------- -cd /home/opensrf/Evergreen-ILS-2.3.0.alpha2 +cd /home/opensrf/Evergreen-ILS-2.3.beta1 perl Open-ILS/src/support-scripts/eg_db_config.pl \ --create-offline --user evergreen --password evergreen \ @@ -113,7 +113,7 @@ perl Open-ILS/src/support-scripts/eg_db_config.pl \ ----------------------------------------------------------- cd /openils/var/web/xul/ rm server -ln -s rel_2_3_0_alpha2/server +ln -s rel_2_3_beta1/server ---------------------------------------------------------- + . As the opensrf user, update opensrf_core.xml and opensrf.xml by copying the @@ -146,7 +146,7 @@ opensrf.xml.example, then: [source, bash] ------------------------------------------------------------------------- cp -b /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml -cd /home/opensrf/Evergreen-ILS-2.3.0.alpha2 +cd /home/opensrf/Evergreen-ILS-2.3.beta1 perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config --service all \ --database evergreen --host localhost --user evergreen --password evergreen ------------------------------------------------------------------------- @@ -179,8 +179,8 @@ database server connection information: [source, bash] ---------------------------------------------------------- -cd /home/opensrf/Evergreen-ILS-2.3.0.alpha2/Open-ILS/src/sql/Pg -psql -U evergreen -h localhost -f version-upgrade/2.2-2_3_0_alpha2-upgrade-db.sql evergreen +cd /home/opensrf/Evergreen-ILS-2.3.beta1/Open-ILS/src/sql/Pg +psql -U evergreen -h localhost -f version-upgrade/2.2-2.3.beta1-upgrade-db.sql evergreen ---------------------------------------------------------- Restart Evergreen and Test diff --git a/docs/root.txt b/docs/root.txt index da36da2670..fa48c6d61d 100644 --- a/docs/root.txt +++ b/docs/root.txt @@ -88,11 +88,7 @@ include::installation/server_installation.txt[] include::installation/server_upgrade.txt[] -// include::installation/edi_setup.txt[] - -// include::staff_client_installation.txt[] -// include::org_unit_structure_initialization.txt[] -// include::loading_data.txt[] +include::installation/edi_setup.txt[] System Configuration and Customization @@ -105,17 +101,11 @@ The Evergreen system allows a free range of customizations to every aspect of the system. Use this part of the documentation to become familiar with the tools for configuring the system as well as customizing the OPAC and staff client. -// include::global_system_configuration.txt[] -// include::opac_customization.txt[] - -// include::admin/template_toolkit.txt[] - -// include::admin/auto_suggest_search.txt[] +include::admin/template_toolkit.txt[] -// include::admin/customize_staff_client.txt[] +include::admin/auto_suggest_search.txt[] -// include::backing_up.txt[] - +include::admin/customize_staff_client.txt[] Using the Staff Client @@ -129,15 +119,15 @@ This part of the documentation deals with general Staff Client usage including logging in, navigation and shortcuts. -// include::admin/staff_client-tab_buttons.txt[] +include::admin/staff_client-tab_buttons.txt[] -// include::admin/staff_client-double_clicking.txt[] +include::admin/staff_client-double_clicking.txt[] -// include::admin/staff_client-sorting_columns.txt[] +include::admin/staff_client-sorting_columns.txt[] -// include::admin/staff_client-recent_searches.txt[] +include::admin/staff_client-recent_searches.txt[] -// include::admin/staff_client-return_to_results_from_marc.txt[] +include::admin/staff_client-return_to_results_from_marc.txt[] System Administration From the Staff Client =========================================== @@ -150,21 +140,21 @@ staff client. // Follow structure from staff client system admin menu. -// include::admin/acquisitions_admin.txt[] +include::admin/acquisitions_admin.txt[] -// include::admin/authorities.txt[] +include::admin/authorities.txt[] -// include::admin/cn_prefixes_and_suffixes.txt[] +include::admin/cn_prefixes_and_suffixes.txt[] -// include::admin/restrict_Z39.50_sources_by_perm_group.txt[] +include::admin/restrict_Z39.50_sources_by_perm_group.txt[] -// include::admin/booking-admin.txt[] +include::admin/booking-admin.txt[] -// include::admin/permissions.txt[] +include::admin/permissions.txt[] -// include::admin/SMS_messaging.txt[] +include::admin/SMS_messaging.txt[] -// include::admin/user_activity_type.txt[] +include::admin/user_activity_type.txt[] Local Administration @@ -181,16 +171,16 @@ client. // Push titles down one level. :leveloffset: 1 -// include::admin/hold_driven_recalls.txt[] +include::admin/hold_driven_recalls.txt[] // Return to normal title levels. :leveloffset: 0 -// include::admin/recent_staff_searches.txt[] +include::admin/recent_staff_searches.txt[] -// include::admin/lsa-library_settings_editor.txt[] +include::admin/lsa-library_settings_editor.txt[] -// include::admin/lsa-statcat.txt[] +include::admin/lsa-statcat.txt[] Acquisitions @@ -198,11 +188,11 @@ Acquisitions include::acquisitions/introduction.txt[] -// include::acquisitions/selection_lists_po.txt[] +include::acquisitions/selection_lists_po.txt[] -// include::acquisitions/receive_items_from_invoice.txt[] +include::acquisitions/receive_items_from_invoice.txt[] -// include::acquisitions/vandelay_acquisitions_integration.txt[] +include::acquisitions/vandelay_acquisitions_integration.txt[] Cataloging @@ -214,13 +204,13 @@ Introduction Cataloguers should use this part for understanding the cataloguing procedures used in Evergreen. -// include::cataloging/batch_importing_MARC.txt[] +include::cataloging/batch_importing_MARC.txt[] -// include::cataloging/overlay_record_3950_import.txt[] +include::cataloging/overlay_record_3950_import.txt[] -// include::cataloging/monograph_parts.txt[] +include::cataloging/monograph_parts.txt[] -// include::cataloging/conjoined_items.txt[] +include::cataloging/conjoined_items.txt[] Serials @@ -228,21 +218,21 @@ Serials include::serials/A-intro.txt[] -// include::serials/B-copy_template.txt[] +include::serials/B-copy_template.txt[] -// include::serials/C-subscription-SCV.txt[] +include::serials/C-subscription-SCV.txt[] -// include::serials/D-subscription-ASCV.txt[] +include::serials/D-subscription-ASCV.txt[] -// include::serials/E-edit_subscriptions.txt[] +include::serials/E-edit_subscriptions.txt[] -// include::serials/F-Receiving.txt[] +include::serials/F-Receiving.txt[] -// include::serials/G-Special_issue.txt[] +include::serials/G-Special_issue.txt[] -// include::serials/H-holdings_statements.txt[] +include::serials/H-holdings_statements.txt[] -// include::serials/Group_Serials_Issues_in_the_OPAC_2.2.txt[] +include::serials/Group_Serials_Issues_in_the_OPAC_2.2.txt[] Circulation =========== @@ -253,11 +243,11 @@ Introduction Use this section for understanding the circulation procedures in the Evergreen system. -// include::circulation/circulating_items.txt[] +include::circulation/circulating_items.txt[] -// include::circulation/booking.txt[] +include::circulation/booking.txt[] -// include::circulation/circulation_patron_records.txt[] +include::circulation/circulation_patron_records.txt[] Reports ======= @@ -267,25 +257,25 @@ Introduction Learn how to create and use reports in Evergreen. -// include::reports/reporter_daemon.txt[] +include::reports/reporter_daemon.txt[] -// include::reports/reporter_folder.txt[] +include::reports/reporter_folder.txt[] -// include::reports/reporter_create_templates.txt[] +include::reports/reporter_create_templates.txt[] -// include::reports/reporter_generating_reports.txt[] +include::reports/reporter_generating_reports.txt[] -// include::reports/reporter_view_output.txt[] +include::reports/reporter_view_output.txt[] -// include::reports/reporter_cloning_shared_templates.txt[] +include::reports/reporter_cloning_shared_templates.txt[] -// include::reports/reporter_add_data_source.txt[] +include::reports/reporter_add_data_source.txt[] -// include::reports/running_recurring_reports.txt[] +include::reports/running_recurring_reports.txt[] -// include::reports/reporter_template_termionology.txt[] +include::reports/reporter_template_termionology.txt[] -// include::reports/reporter_export_usingpgAdmin.txt[] +include::reports/reporter_export_usingpgAdmin.txt[] Using the Public Access Catalog =============================== @@ -295,7 +285,7 @@ Introduction Use this part for information about searching the Evergreen public access catalog. -// include::opac/my_lists.txt[] +include::opac/my_lists.txt[] Developer Resources ===================