From 676ad9bc4486a16bad11196b1b4d2c2748f38675 Mon Sep 17 00:00:00 2001 From: Kyujung Lim Date: Mon, 22 Aug 2011 16:24:08 -0400 Subject: [PATCH] Updated the server installation and server upgrade documentation to refer to the new 2.0.1 release of OSRF --- 2.0/admin/Upgrading-Evergreen-2.0.xml | 12 ++++++------ 2.0/admin/serversideinstallation_2.0.xml | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/2.0/admin/Upgrading-Evergreen-2.0.xml b/2.0/admin/Upgrading-Evergreen-2.0.xml index f1ecec4..3bb92f3 100644 --- a/2.0/admin/Upgrading-Evergreen-2.0.xml +++ b/2.0/admin/Upgrading-Evergreen-2.0.xml @@ -58,10 +58,10 @@ As the opensrf user, download and extract the source files for OpenSRF 2.0: -wget http://open-ils.org/downloads/opensrf-2.0.0.tar.gz -tar xzf opensrf-2.0.0.tar.gz +wget http://open-ils.org/downloads/opensrf-2.0.1.tar.gz +tar xzf opensrf-2.0.1.tar.gz - A new directory opensrf-2.0.0 is created. + A new directory opensrf-2.0.1 is created. For the latest edition of OpenSRF, check the Evergreen download page at . @@ -71,7 +71,7 @@ tar xzf opensrf-2.0.0.tar.gz prerequisite installer. aptitude install make -cd /home/opensrf/opensrf-2.0.0 +cd /home/opensrf/opensrf-2.0.1 Replace below with the following value for your distribution: @@ -113,7 +113,7 @@ make -f src/extras/Makefile.install [distribution] you want to include support for PythonPython and Java Java, respectively. -cd /home/opensrf/opensrf-2.0.0 +cd /home/opensrf/opensrf-2.0.1 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -122,7 +122,7 @@ make As the root user, return to your OpenSRF build directory and install OpenSRF: -cd /home/opensrf/opensrf-2.0.0 +cd /home/opensrf/opensrf-2.0.1 make install diff --git a/2.0/admin/serversideinstallation_2.0.xml b/2.0/admin/serversideinstallation_2.0.xml index bd73e30..a29e98d 100644 --- a/2.0/admin/serversideinstallation_2.0.xml +++ b/2.0/admin/serversideinstallation_2.0.xml @@ -87,7 +87,7 @@ Of course, after you successfully complete and test the entire Evergreen installation you should take a final snapshot backup of your system(s). This can be the first in the series of regularly scheduled system backups that you should probably also begin. -
+
OpenSRF installation @@ -165,17 +165,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-2.0.0 will be created: + /home/opensrf/opensrf-2.0.1 will be created: # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/opensrf-2.0.0.tar.gz - tar zxf opensrf-2.0.0.tar.gz + wget http://evergreen-ils.org/downloads/opensrf-2.0.1.tar.gz + tar zxf opensrf-2.0.1.tar.gz @@ -194,7 +194,7 @@ # as the root user: - cd /home/opensrf/opensrf-2.0.0 + cd /home/opensrf/opensrf-2.0.1 make -f src/extras/Makefile.install [DISTRIBUTION] @@ -308,7 +308,7 @@ # as the opensrf user: - cd /home/opensrf/opensrf-2.0.0 + cd /home/opensrf/opensrf-2.0.1 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -323,7 +323,7 @@ # as the root user: - cd /home/opensrf/opensrf-2.0.0 + cd /home/opensrf/opensrf-2.0.1 make install This step will take several minutes to complete. @@ -875,7 +875,7 @@ Evergreen software is integrated with and depends on the Open Service Request Framework (OpenSRF) software system. For further information on installing, configuring and testing OpenSRF, see - . + . Follow the steps outlined in that section and run the specified tests to ensure that OpenSRF is properly installed and configured. Do not continue with @@ -1596,7 +1596,7 @@ Evergreen software is integrated with and depends on the Open Service Request Framework (OpenSRF) software system. For further information on installing, configuring and testing OpenSRF, see - . + . Follow the steps outlined in that section and run the specified tests to ensure that OpenSRF is properly installed and configured. Do not continue with -- 2.11.0