From 22ab080544c367f37ac33b0fb369455a0693612a Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Tue, 9 Aug 2011 17:50:17 -0400 Subject: [PATCH] Updated the server instalation documentation to refer to the new 2.0.8 release of EG --- 2.0/admin/Upgrading-Evergreen-2.0.xml | 11 ++--- 2.0/admin/serversideinstallation_2.0.xml | 52 ++++++++++++------------ 2 files changed, 32 insertions(+), 31 deletions(-) diff --git a/2.0/admin/Upgrading-Evergreen-2.0.xml b/2.0/admin/Upgrading-Evergreen-2.0.xml index de44c7c9a5..0a559d4ead 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.7.tar.gz -tar xzf Evergreen-ILS-2.0.7.tar.gz +wget http://www.open-ils.org/downloads/Evergreen-ILS-2.0.8.tar.gz +tar xzf Evergreen-ILS-2.0.8.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.7 + cd /home/opensrf/Evergreen-ILS-2.0.8 On the next command, replace with one of these values for your distribution of Debian or Ubuntu: @@ -235,7 +235,7 @@ tar xzf Evergreen-ILS-2.0.7.tar.gz As the root user, install Evergreen: - make STAFF_CLIENT_BUILD_ID=rel_2_0_7 install + make STAFF_CLIENT_BUILD_ID=rel_2_0_8 install As the root user, change all files to be owned by the @@ -247,7 +247,7 @@ tar xzf Evergreen-ILS-2.0.7.tar.gz cd /openils/var/web/xul/ rm server -ln -s rel_2_0_7/server +ln -s rel_2_0_8/server @@ -271,6 +271,7 @@ psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.3-2.0.4-upgrade-db.sql psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.4-2.0.5-upgrade-db.sql evergreen psql -U evergreen -h localhost -f Open-ILS/src/sql/Pg/2.0.5-2.0.6-upgrade-db.sql evergreen 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 diff --git a/2.0/admin/serversideinstallation_2.0.xml b/2.0/admin/serversideinstallation_2.0.xml index 7667bcb38c..bd73e30152 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.7 + /home/opensrf/Evergreen-ILS-2.0.8 will be created: # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.7.tar.gz - tar zxf Evergreen-ILS-2.0.7.tar.gz + wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.8.tar.gz + tar zxf Evergreen-ILS-2.0.8.tar.gz @@ -917,7 +917,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.7 + cd /home/opensrf/Evergreen-ILS-2.0.8 make -f Open-ILS/src/extras/Makefile.install [DISTRIBUTION] @@ -1080,7 +1080,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-2.0.7 + cd /home/opensrf/Evergreen-ILS-2.0.8 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -1095,14 +1095,14 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.7 - make STAFF_CLIENT_BUILD_ID=rel_2_0_7 install + cd /home/opensrf/Evergreen-ILS-2.0.8 + make STAFF_CLIENT_BUILD_ID=rel_2_0_8 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_7 + /openils/var/web/xul/rel_2_0_8 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_7/server server + ln -sf rel_2_0_8/server server @@ -1210,7 +1210,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.7 + cd /home/opensrf/Evergreen-ILS-2.0.8 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.7 + cd /home/opensrf/Evergreen-ILS-2.0.8 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.7 + /home/opensrf/Evergreen-ILS-2.0.8 will be created: # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.7.tar.gz - tar zxf Evergreen-ILS-2.0.7.tar.gz + wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.0.8.tar.gz + tar zxf Evergreen-ILS-2.0.8.tar.gz @@ -1638,7 +1638,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.7 + cd /home/opensrf/Evergreen-ILS-2.0.8 make -f Open-ILS/src/extras/Makefile.install [DISTRIBUTION] @@ -1702,7 +1702,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-2.0.7 + cd /home/opensrf/Evergreen-ILS-2.0.8 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -1717,14 +1717,14 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.7 - make STAFF_CLIENT_BUILD_ID=rel_2_0_7 install + cd /home/opensrf/Evergreen-ILS-2.0.8 + make STAFF_CLIENT_BUILD_ID=rel_2_0_8 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_7 + /openils/var/web/xul/rel_2_0_8 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_7/server server + ln -sf rel_2_0_8/server server @@ -1869,7 +1869,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-2.0.7 + cd /home/opensrf/Evergreen-ILS-2.0.8 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.7 + cd /home/opensrf/Evergreen-ILS-2.0.8 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.7/Open-ILS/src/support-scripts/settings-tester.pl + ./Evergreen-ILS-2.0.8/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.7/Open-ILS/xul/staff_client/build/application.ini + xulrunner /home/opensrf/Evergreen-ILS-2.0.8/Open-ILS/xul/staff_client/build/application.ini A login screen for the Staff Client similar to this should appear: -- 2.43.2