From 179e1a0d1443cece0accc063227afb28780fc362 Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Wed, 29 Jun 2011 17:06:02 -0400 Subject: [PATCH] Updated the server instalation documentation to refer to the 1.6.1.8 release of EG and the 1.6.3 release of OpenSRF --- 1.6/admin/serversideinstallation.xml | 56 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/1.6/admin/serversideinstallation.xml b/1.6/admin/serversideinstallation.xml index 5dc61a8a80..08eb13fede 100644 --- a/1.6/admin/serversideinstallation.xml +++ b/1.6/admin/serversideinstallation.xml @@ -87,7 +87,7 @@ OpenSRF installation - Installing OpenSRF 1.4.x On <systemitem class="osname">Ubuntu</systemitem> or + <title>Installing OpenSRF 1.6.x On <systemitem class="osname">Ubuntu</systemitem> or <systemitem class="osname">Debian</systemitem> Linux @@ -159,17 +159,17 @@ download The latest version of OpenSRF can be found here: - . + . As the opensrf user, change to the directory /home/opensrf then download and extract OpenSRF. The new subdirectory - /home/opensrf/OpenSRF-1.4.0 will be created: + /home/opensrf/opensrf-1.6.3 will be created: # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/OpenSRF-1.4.0.tar.gz - tar zxf OpenSRF-1.4.0.tar.gz + wget http://evergreen-ils.org/downloads/opensrf-1.6.3.tar.gz + tar zxf opensrf-1.6.3.tar.gz @@ -188,7 +188,7 @@ # as the root user: - cd /home/opensrf/OpenSRF-1.4.0 + cd /home/opensrf/opensrf-1.6.3 make -f src/extras/Makefile.install [DISTRIBUTION] @@ -270,7 +270,7 @@ # as the opensrf user: - cd /home/opensrf/OpenSRF-1.4.0 + cd /home/opensrf/opensrf-1.6.3 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -285,7 +285,7 @@ # as the root user: - cd /home/opensrf/OpenSRF-1.4.0 + cd /home/opensrf/opensrf-1.6.3 make install This step will take several minutes to complete. @@ -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.6 will be created: + /home/opensrf/Evergreen-ILS-1.6.1.8 will be created: # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/Evergreen-ILS-1.6.1.6.tar.gz - tar zxf Evergreen-ILS-1.6.1.6.tar.gz + wget http://evergreen-ils.org/downloads/Evergreen-ILS-1.6.1.8.tar.gz + tar zxf Evergreen-ILS-1.6.1.8.tar.gz @@ -859,7 +859,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.6 + cd /home/opensrf/Evergreen-ILS-1.6.1.8 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.6 . If you have an older version of PostgreSQL, + with Evergreen version 1.6.1.8 . 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.6 + cd /home/opensrf/Evergreen-ILS-1.6.1.8 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -1025,14 +1025,14 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.6 - make STAFF_CLIENT_BUILD_ID=rel_1_6_1_6 install + cd /home/opensrf/Evergreen-ILS-1.6.1.8 + make STAFF_CLIENT_BUILD_ID=rel_1_6_1_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_1_6_1_6 + /openils/var/web/xul/rel_1_6_1_8 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_6/server server + ln -sf rel_1_6_1_8/server server @@ -1140,7 +1140,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.6 + cd /home/opensrf/Evergreen-ILS-1.6.1.8 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.6 + cd /home/opensrf/Evergreen-ILS-1.6.1.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/ @@ -1663,7 +1663,7 @@ # as the opensrf user: cd /home/opensrf - ./Evergreen-ILS-1.6.1.6/Open-ILS/src/support-scripts/settings-tester.pl + ./Evergreen-ILS-1.6.1.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 @@ -1695,7 +1695,7 @@ # as the root user: - xulrunner /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client/build/application.ini + xulrunner /home/opensrf/Evergreen-ILS-1.6.1.8/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.2/Open-ILS/examples/lib_ips.txt.example + /home/opensrf/Evergreen-ILS-1.6.1.8/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.4/Open-ILS + cd /home/opensrf/Evergreen-ILS-1.6.1.8/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.4 staff + Windows 1.6.1.8 staff client available from - - http://evergreen-ils.org/downloads/evergreen-setup-rel_1_6_1_4.exe + + http://evergreen-ils.org/downloads/evergreen-setup-rel_1_6_1_8.exe to connect to the virtual Evergreen system from another Windows machine. -- 2.43.2