From ddb6dcb1eba9c4b4c06399b40265f5743652e19a Mon Sep 17 00:00:00 2001 From: Robert Soulliere Date: Wed, 3 Oct 2012 13:21:57 -0400 Subject: [PATCH] Documentation: Update upgrade instructions to 2.3.0. Signed-off-by: Robert Soulliere Signed-off-by: Dan Scott --- docs/installation/server_upgrade.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt index 96774d2df0..9103193550 100644 --- a/docs/installation/server_upgrade.txt +++ b/docs/installation/server_upgrade.txt @@ -8,7 +8,7 @@ Software Prerequisites: * **PostgreSQL**: Version 9.1 is recommended. The minimum supported version is 9.0. - * **Linux**: Evergreen 2.0 has been tested on Debian Squeeze (6.0), + * **Linux**: Evergreen 2.3 has been tested on Debian Squeeze (6.0), Ubuntu Lucid Lynx (10.04) and Ubuntu Precise Pangolin (12.04). If you are running an older version of these distributions, you may want to upgrade before upgrading Evergreen. For instructions on upgrading these @@ -46,8 +46,8 @@ the http://evergreen-ils.org/opensrf.php[OpenSRF download page]. + [source, bash] ----------------------------------------------- -wget http://www.open-ils.org/downloads/previews/Evergreen-ILS-2.3.beta2.tar.gz -tar xzf Evergreen-ILS-2.3.beta2.tar.gz +wget http://www.open-ils.org/downloads/Evergreen-ILS-2.3.0.tar.gz +tar xzf Evergreen-ILS-2.3.0.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.beta2 +cd /home/opensrf/Evergreen-ILS-2.3.0 --------------------------------------------- + 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.beta2 +cd /home/opensrf/Evergreen-ILS-2.3.0 ./configure --prefix=/openils --sysconfdir=/openils/conf make ------------------------------------------------------------ @@ -85,8 +85,8 @@ make + [source, bash] ------------------------------------------------------------ -cd /home/opensrf/Evergreen-ILS-2.3.beta2 -make STAFF_CLIENT_STAMP_ID=rel_2_3.beta2 install +cd /home/opensrf/Evergreen-ILS-2.3.0 +make STAFF_CLIENT_STAMP_ID=rel_2_3.0 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.beta2 +cd /home/opensrf/Evergreen-ILS-2.3.0 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_beta2/server +ln -s rel_2_3_0/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.beta2 +cd /home/opensrf/Evergreen-ILS-2.3.0 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.beta2/Open-ILS/src/sql/Pg -psql -U evergreen -h localhost -f version-upgrade/2.2-2.3.beta2-upgrade-db.sql evergreen +cd /home/opensrf/Evergreen-ILS-2.3.0/Open-ILS/src/sql/Pg +psql -U evergreen -h localhost -f version-upgrade/2.2-2.3.0-upgrade-db.sql evergreen ---------------------------------------------------------- Restart Evergreen and Test -- 2.43.2