From f8ec199e7a04543e41e8b91eae100e45528b831b Mon Sep 17 00:00:00 2001 From: Kyujung Lim Date: Wed, 26 Oct 2011 18:56:07 -0400 Subject: [PATCH 1/1] Updated software version numbers in admin/Upgrading-Evergreen_1.6.xml --- admin/Upgrading-Evergreen_1.6.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/admin/Upgrading-Evergreen_1.6.xml b/admin/Upgrading-Evergreen_1.6.xml index 1804b8a081..11d8728ae8 100644 --- a/admin/Upgrading-Evergreen_1.6.xml +++ b/admin/Upgrading-Evergreen_1.6.xml @@ -161,18 +161,18 @@ srfsh# Upgrade <application>Evergreen</application> from 1.4 to 1.6.1 - As the opensrf user, download and extract Evergreen 1.6.1.8 + As the opensrf user, download and extract Evergreen 1.6.1.9 -wget http://open-ils.org/downloads/Evergreen-ILS-1.6.1.8.tar.gz -tar xzf Evergreen-ILS-1.6.1.8.tar.gz +wget http://open-ils.org/downloads/Evergreen-ILS-1.6.1.9.tar.gz +tar xzf Evergreen-ILS-1.6.1.9.tar.gz For the latest edition of Evergreen check the Evergreen download page at and adjust upgrading instructions accordingly. As the root user, install the prerequisites: - cd /home/opensrf/Evergreen-ILS-1.6.1.8 + cd /home/opensrf/Evergreen-ILS-1.6.1.9 On the next command, replace with one of these values for your distribution of Debian or Ubuntu: @@ -205,19 +205,19 @@ tar xzf Evergreen-ILS-1.6.1.8.tar.gz As the opensrf user, configure and compile Evergreen: - cd /home/opensrf/Evergreen-ILS-1.6.1.8 + cd /home/opensrf/Evergreen-ILS-1.6.1.9 ./configure --prefix=/openils --sysconfdir=/openils/conf make As the root user, install Evergreen: - make STAFF_CLIENT_BUILD_ID=rel_1_6_1_8 install + make STAFF_CLIENT_BUILD_ID=rel_1_6_1_9 install Change to the Evergreen installation directory: - cd /home/opensrf/Evergreen-ILS-1.6.1.8 + cd /home/opensrf/Evergreen-ILS-1.6.1.9 As the root user, change all files to be owned by the @@ -228,7 +228,7 @@ tar xzf Evergreen-ILS-1.6.1.8.tar.gz As the root user, build live-db-setup.pl for the cgi-bin bootstrapping scripts and offline-config.pl for the offline staff client data uploader: -cd /home/opensrf/Evergreen-ILS-1.6.1.8 +cd /home/opensrf/Evergreen-ILS-1.6.1.9 perl Open-ILS/src/support-scripts/eg_db_config.pl --create-bootstrap --create-offline \ --user evergreen --password evergreen --hostname localhost --port 5432 \ --database evergreen @@ -239,7 +239,7 @@ perl Open-ILS/src/support-scripts/eg_db_config.pl --create-bootstrap --create-of cd /openils/var/web/xul/ rm server -ln -s rel_1_6_1_8/server +ln -s rel_1_6_1_9/server @@ -260,7 +260,8 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.3-1.6.1.4-upgrade-db psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.4-1.6.1.5-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql evergreen -psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.8-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.7-1.6.1.8-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.9-upgrade-db.sql evergreen @@ -327,6 +328,7 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.4-1.6.1.5-upgrade-db psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.7-1.6.1.8-upgrade-db.sql evergreen +psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/1.6.1.8-1.6.1.9-upgrade-db.sql evergreen -- 2.43.2