From 25f2cabb70b018f8a710b5855cb0a78806da0db2 Mon Sep 17 00:00:00 2001 From: Kyujung Lim Date: Wed, 5 Oct 2011 11:30:23 -0400 Subject: [PATCH] Evergreen Version Fix to reflect the new EG releases 2.0.10 and 1.6.1.9 --- 1.6/admin/Upgrading-Evergreen_1.6.xml | 22 +++++----- 1.6/admin/serversideinstallation.xml | 40 +++++++++--------- 2.0/admin/Upgrading-Evergreen-2.0.xml | 17 ++++---- 2.0/admin/serversideinstallation_2.0.xml | 52 ++++++++++++------------ 4 files changed, 67 insertions(+), 64 deletions(-) diff --git a/1.6/admin/Upgrading-Evergreen_1.6.xml b/1.6/admin/Upgrading-Evergreen_1.6.xml index 1804b8a081..11d8728ae8 100644 --- a/1.6/admin/Upgrading-Evergreen_1.6.xml +++ b/1.6/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 diff --git a/1.6/admin/serversideinstallation.xml b/1.6/admin/serversideinstallation.xml index 08eb13fede..6e6adea927 100644 --- a/1.6/admin/serversideinstallation.xml +++ b/1.6/admin/serversideinstallation.xml @@ -828,17 +828,17 @@ Download and Unpack Latest Evergreen Version The latest version of Evergreen can be found here: - . + . As the opensrf user, change to the directory /home/opensrf then download and extract Evergreen. The new subdirectory - /home/opensrf/Evergreen-ILS-1.6.1.8 will be created: + /home/opensrf/Evergreen-ILS-1.6.1.9 will be created: # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/Evergreen-ILS-1.6.1.8.tar.gz - tar zxf Evergreen-ILS-1.6.1.8.tar.gz + wget http://evergreen-ils.org/downloads/Evergreen-ILS-1.6.1.9.tar.gz + tar zxf Evergreen-ILS-1.6.1.9.tar.gz @@ -859,7 +859,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.8 + cd /home/opensrf/Evergreen-ILS-1.6.1.9 make -f Open-ILS/src/extras/Makefile.install [DISTRIBUTION] @@ -934,7 +934,7 @@ for more information. PostgreSQL versions 8.3 or 8.4 are the recommended versions to work - with Evergreen version 1.6.1.8 . If you have an older version of PostgreSQL, + with Evergreen version 1.6.1.9 . If you have an older version of PostgreSQL, you should upgrade before installing Evergreen. To find your current version of PostgreSQL, as the postgres user execute the command psql, then type @@ -1011,7 +1011,7 @@ # as the opensrf user: - 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 @@ -1025,14 +1025,14 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.8 - make STAFF_CLIENT_BUILD_ID=rel_1_6_1_8 install + cd /home/opensrf/Evergreen-ILS-1.6.1.9 + make STAFF_CLIENT_BUILD_ID=rel_1_6_1_9 install The Staff Client will also be automatically built, but you must remember to set the variable STAFF_CLIENT_BUILD_ID to match the version of the Staff Client you will use to connect to the Evergreen server. The above commands will create a new subdirectory - /openils/var/web/xul/rel_1_6_1_8 + /openils/var/web/xul/rel_1_6_1_9 containing the Staff Client. To complete the Staff Client installation, as the root user execute the following commands to @@ -1044,7 +1044,7 @@ # as the root user: cd /openils/var/web/xul - ln -sf rel_1_6_1_8/server server + ln -sf rel_1_6_1_9/server server @@ -1140,7 +1140,7 @@ # as the root user: - 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 --update-config \ --service all --create-schema --create-bootstrap --create-offline \ --hostname HOSTNAME --port PORT \ @@ -1204,7 +1204,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.8 + cd /home/opensrf/Evergreen-ILS-1.6.1.9 cp Open-ILS/examples/apache/eg.conf /etc/apache2/sites-available/ cp Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/ cp Open-ILS/examples/apache/startup.pl /etc/apache2/ @@ -1663,7 +1663,7 @@ # as the opensrf user: cd /home/opensrf - ./Evergreen-ILS-1.6.1.8/Open-ILS/src/support-scripts/settings-tester.pl + ./Evergreen-ILS-1.6.1.9/Open-ILS/src/support-scripts/settings-tester.pl If the output of settings-tester.pl does not help you find the problem, please do not make any significant changes to your @@ -1695,7 +1695,7 @@ # as the root user: - xulrunner /home/opensrf/Evergreen-ILS-1.6.1.8/Open-ILS/xul/staff_client/build/application.ini + xulrunner /home/opensrf/Evergreen-ILS-1.6.1.9/Open-ILS/xul/staff_client/build/application.ini A login screen for the Staff Client similar to this should appear: @@ -1836,7 +1836,7 @@ /openils/conf/lib_ips.txt and modifying the Apache startup script /etc/apache2/startup.pl. First, copy the sample file - /home/opensrf/Evergreen-ILS-1.6.1.8/Open-ILS/examples/lib_ips.txt.example + /home/opensrf/Evergreen-ILS-1.6.1.9/Open-ILS/examples/lib_ips.txt.example to /openils/conf/lib_ips.txt. The example file contains the single line: "MY-LIB 127.0.0.1 127.0.0.254". You must modify the file to use the IP address ranges for your library system. Add new lines to represent the IP address @@ -2280,7 +2280,7 @@ OpenILS::WWW::Redirect->parse_ips_file('/openils/conf/lib_ips.txt'); # as the opensrf user - cd /home/opensrf/Evergreen-ILS-1.6.1.8/Open-ILS + cd /home/opensrf/Evergreen-ILS-1.6.1.9/Open-ILS xulrunner-1.9 xul/staff_client/build/application.ini Connect to @@ -2345,10 +2345,10 @@ OpenILS::WWW::Redirect->parse_ips_file('/openils/conf/lib_ips.txt'); by getting your host-based connection running (see ). Once you have a host-based connection, you can install and use the - Windows 1.6.1.8 staff + Windows 1.6.1.9 staff client available from - - http://evergreen-ils.org/downloads/evergreen-setup-rel_1_6_1_8.exe + + http://evergreen-ils.org/downloads/evergreen-setup-rel_1_6_1_9.exe to connect to the virtual Evergreen system from another Windows machine. diff --git a/2.0/admin/Upgrading-Evergreen-2.0.xml b/2.0/admin/Upgrading-Evergreen-2.0.xml index 1e15a08bdb..4eba3b085a 100644 --- a/2.0/admin/Upgrading-Evergreen-2.0.xml +++ b/2.0/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.10.tar.gz +tar xzf Evergreen-ILS-2.0.10.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.10 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.10 ./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.10 @@ -273,6 +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 @@ -482,7 +483,7 @@ pg_upgradecluster 8.4 main - as the postgres user, load data from backup into PostgreSQL 9.0. + as the postgres user, load data from backup into PostgreSQL 2.0.10.0. diff --git a/2.0/admin/serversideinstallation_2.0.xml b/2.0/admin/serversideinstallation_2.0.xml index d086487b78..63a9666fca 100644 --- a/2.0/admin/serversideinstallation_2.0.xml +++ b/2.0/admin/serversideinstallation_2.0.xml @@ -885,18 +885,18 @@ Download and Unpack Latest Evergreen Version The latest version of Evergreen can be found here: - . + . As the opensrf user, change to the directory /home/opensrf then download and extract Evergreen. The new subdirectory - /home/opensrf/Evergreen-ILS-2.0.9 + /home/opensrf/Evergreen-ILS-2.0.10 will be created: # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.9.tar.gz - tar zxf Evergreen-ILS-2.0.9.tar.gz + wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.10.tar.gz + tar zxf Evergreen-ILS-2.0.10.tar.gz @@ -917,7 +917,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10 make -f Open-ILS/src/extras/Makefile.install [DISTRIBUTION] @@ -1080,7 +1080,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -1095,14 +1095,14 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.9 - make STAFF_CLIENT_BUILD_ID=rel_2_0_9 install + cd /home/opensrf/Evergreen-ILS-2.0.10 + make STAFF_CLIENT_BUILD_ID=rel_2_0_10 install The Staff Client will also be automatically built, but you must remember to set the variable STAFF_CLIENT_BUILD_ID to match the version of the Staff Client you will use to connect to the Evergreen server. The above commands will create a new subdirectory - /openils/var/web/xul/rel_2_0_9 + /openils/var/web/xul/rel_2_0_10 containing the Staff Client. To complete the Staff Client installation, as the root user execute the following commands to @@ -1114,7 +1114,7 @@ # as the root user: cd /openils/var/web/xul - ln -sf rel_2_0_9/server server + ln -sf rel_2_0_10/server server @@ -1210,7 +1210,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10 perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config \ --service all --create-schema --create-offline \ --hostname HOSTNAME --port PORT \ @@ -1279,7 +1279,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10 cp Open-ILS/examples/apache/eg.conf /etc/apache2/sites-available/ cp Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/ cp Open-ILS/examples/apache/startup.pl /etc/apache2/ @@ -1606,18 +1606,18 @@ Download and Unpack Latest Evergreen Version The latest version of Evergreen can be found here: - . + . As the opensrf user, change to the directory /home/opensrf then download and extract Evergreen. The new subdirectory - /home/opensrf/Evergreen-ILS-2.0.9 + /home/opensrf/Evergreen-ILS-2.0.10 will be created: # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.9.tar.gz - tar zxf Evergreen-ILS-2.0.9.tar.gz + wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.10.tar.gz + tar zxf Evergreen-ILS-2.0.10.tar.gz @@ -1638,7 +1638,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10 make -f Open-ILS/src/extras/Makefile.install [DISTRIBUTION] @@ -1702,7 +1702,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -1717,14 +1717,14 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.9 - make STAFF_CLIENT_BUILD_ID=rel_2_0_9 install + cd /home/opensrf/Evergreen-ILS-2.0.10 + make STAFF_CLIENT_BUILD_ID=rel_2_0_10 install The Staff Client will also be automatically built, but you must remember to set the variable STAFF_CLIENT_BUILD_ID to match the version of the Staff Client you will use to connect to the Evergreen server. The above commands will create a new subdirectory - /openils/var/web/xul/rel_2_0_9 + /openils/var/web/xul/rel_2_0_10 containing the Staff Client. To complete the Staff Client installation, as the root user execute the following commands @@ -1736,7 +1736,7 @@ # as the root user: cd /openils/var/web/xul - ln -sf rel_2_0_9/server server + ln -sf rel_2_0_10/server server @@ -1869,7 +1869,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10 perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config \ --service all --create-schema --create-offline \ --hostname HOSTNAME --port PORT \ @@ -1918,7 +1918,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.9 + cd /home/opensrf/Evergreen-ILS-2.0.10 cp Open-ILS/examples/apache/eg.conf /etc/httpd/conf.d/ cp Open-ILS/examples/apache/eg_vhost.conf /etc/httpd/ cp Open-ILS/examples/apache/startup.pl /etc/httpd/ @@ -2287,7 +2287,7 @@ # as the opensrf user: cd /home/opensrf - ./Evergreen-ILS-2.0.9/Open-ILS/src/support-scripts/settings-tester.pl + ./Evergreen-ILS-2.0.10/Open-ILS/src/support-scripts/settings-tester.pl If the output of settings-tester.pl does not help you find the problem, please do not make any significant changes to your @@ -2320,7 +2320,7 @@ # as the root user: - xulrunner /home/opensrf/Evergreen-ILS-2.0.9/Open-ILS/xul/staff_client/build/application.ini + xulrunner /home/opensrf/Evergreen-ILS-2.0.10/Open-ILS/xul/staff_client/build/application.ini A login screen for the Staff Client similar to this should appear: -- 2.43.2