From: rsoulliere Date: Tue, 18 Oct 2011 14:06:26 +0000 (-0400) Subject: Update upgrading instructions to version 2.0.10. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=91a5c52deafe3494a5f23c5f799183d50afd655f;p=Evergreen-DocBook.git Update upgrading instructions to version 2.0.10. --- diff --git a/admin/Upgrading-Evergreen-2.0.xml b/admin/Upgrading-Evergreen-2.0.xml index 1e15a08..4c2f534 100644 --- a/admin/Upgrading-Evergreen-2.0.xml +++ b/admin/Upgrading-Evergreen-2.0.xml @@ -201,15 +201,15 @@ cp /openils/conf/opensrf_core.xml.backup /openils/conf/opensrf_core.xml As the opensrf user, download and extract Evergreen 2.0 -wget http://www.open-ils.org/downloads/Evergreen-ILS-2.0.9.tar.gz -tar xzf Evergreen-ILS-2.0.9.tar.gz +wget http://www.open-ils.org/downloads/Evergreen-ILS-2.0.10a.tar.gz +tar xzf Evergreen-ILS-2.0.10a.tar.gz For the latest edition of Evergreen 2.0, check the Evergreen download page at and adjust upgrading instructions accordingly. As the root user, install the prerequisites: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10a On the next command, replace with one of these values for your distribution of Debian or Ubuntu: @@ -228,14 +228,14 @@ tar xzf Evergreen-ILS-2.0.9.tar.gz As the opensrf user, configure and compile Evergreen: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10a ./configure --prefix=/openils --sysconfdir=/openils/conf make As the root user, install Evergreen: - make STAFF_CLIENT_BUILD_ID=rel_2_0_9 install + make STAFF_CLIENT_BUILD_ID=rel_2_0_10 install As the root user, change all files to be owned by the @@ -247,13 +247,13 @@ tar xzf Evergreen-ILS-2.0.9.tar.gz cd /openils/var/web/xul/ rm server -ln -s rel_2_0_9/server +ln -s rel_2_0_10/server Change to the Evergreen installation directory: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10a @@ -273,7 +273,7 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.6-2.0.7-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.7-2.0.8-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.8-2.0.9-upgrade-db.sql evergreen - +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.9-2.0.10-upgrade-db.sql evergreen