From 80068ef598fee2cdc8ef71108566933a19b22c4f Mon Sep 17 00:00:00 2001 From: Kyujung Lim Date: Mon, 31 Oct 2011 15:19:44 -0400 Subject: [PATCH] Updated software version numbers in admin/serversideinstallation.xml --- admin/serversideinstallation.xml | 40 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/admin/serversideinstallation.xml b/admin/serversideinstallation.xml index 08eb13fede..6e6adea927 100644 --- a/admin/serversideinstallation.xml +++ b/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. -- 2.43.2