[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4d742521e9c59ee6449180fbcd1a53df6568dfbf

Evergreen Git git at git.evergreen-ils.org
Thu Nov 7 15:17:55 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  4d742521e9c59ee6449180fbcd1a53df6568dfbf (commit)
       via  84ce52a52ca4e432d79d8863204fa432aa91c6f0 (commit)
      from  869a696a9681a7855dfbf2df27b07453ac059245 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4d742521e9c59ee6449180fbcd1a53df6568dfbf
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Thu Nov 7 15:13:55 2013 -0500

    Update OpenSRF minimum version in install docs
    
    Evergreen now requires OpenSRF 2.2.1 or later, so it makes sense to be
    clear about it.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt
index ddea5b1..2cab18a 100644
--- a/docs/installation/server_installation.txt
+++ b/docs/installation/server_installation.txt
@@ -76,7 +76,7 @@ Installing prerequisites
 Evergreen has a number of prerequisite packages that must be installed
 before you can successfully configure, compile, and install Evergreen.
 
-1. Begin by installing the most recent version of OpenSRF (2.2 or later).
+1. Begin by installing the most recent version of OpenSRF (2.2.1 or later).
    You can download OpenSRF releases from http://evergreen-ils.org/opensrf-downloads/
 2. On many distributions, it is necessary to install PostgreSQL 9 from external
    repositories.

commit 84ce52a52ca4e432d79d8863204fa432aa91c6f0
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Thu Nov 7 15:10:02 2013 -0500

    Update upgrade instructions for 2.5.0 release
    
    - Bump up minimum OpenSRF to 2.2.1
    - Replace all 2.5-beta1 markers (and few stray 2.4 markers) with 2.5.0
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index fd2b0c8..cd50d57 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -13,7 +13,7 @@ Software Prerequisites
     running an older version of these distributions, you may want to upgrade
     before upgrading Evergreen. For instructions on upgrading these
     distributions, visit the Debian or Ubuntu websites.
-  * **OpenSRF**: The minimum supported version of OpenSRF is 2.2.0.
+  * **OpenSRF**: The minimum supported version of OpenSRF is 2.2.1.
 
 In the following instructions, you are asked to perform certain steps as either the root or opensrf user.
 
@@ -42,12 +42,12 @@ osrf_ctl.sh -l -a stop_all
  .. Back up the /openils directory.
 . Upgrade OpenSRF. Download and install the latest version of OpenSRF from
 the http://evergreen-ils.org/opensrf-downloads/[OpenSRF download page].
-. As the opensrf user, download and extract Evergreen 2.4:
+. As the opensrf user, download and extract Evergreen 2.5:
 +
 [source, bash]
 -----------------------------------------------
-wget http://evergreen-ils.org/downloads/previews/Evergreen-ILS-2.5-beta1.tar.gz
-tar xzf Evergreen-ILS-2.5-beta1.tar.gz
+wget http://evergreen-ils.org/downloads/previews/Evergreen-ILS-2.5.0.tar.gz
+tar xzf Evergreen-ILS-2.5.0.tar.gz
 -----------------------------------------------
 +
 [NOTE]
@@ -57,7 +57,7 @@ For the latest edition of Evergreen, check the http://evergreen-ils.org/download
 +
 [source, bash]
 ---------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.5-beta1
+cd /home/opensrf/Evergreen-ILS-2.5.0
 ---------------------------------------------
 +
 On the next command, replace `[distribution]` with one of these values for your
@@ -80,7 +80,7 @@ make -f Open-ILS/src/extras/Makefile.install [distribution]
 +
 [source, bash]
 ------------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.5.beta1
+cd /home/opensrf/Evergreen-ILS-2.5.0
 ./configure --prefix=/openils --sysconfdir=/openils/conf
 make
 ------------------------------------------------------------
@@ -89,8 +89,8 @@ make
 +
 [source, bash]
 ------------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.5-beta1
-make STAFF_CLIENT_STAMP_ID=rel_2_5_beta1 install
+cd /home/opensrf/Evergreen-ILS-2.5.0
+make STAFF_CLIENT_STAMP_ID=rel_2_5_0 install
 ------------------------------------------------------------
 +
 . As the root user, change all files to be owned by the opensrf user and group:
@@ -106,7 +106,7 @@ chown -R opensrf:opensrf /openils
 -----------------------------------------------------------
 cd /openils/var/web/xul/
 rm server
-ln -sf rel_2_5_beta1/server server
+ln -sf rel_2_5_0/server server
 ----------------------------------------------------------
 +
 . As the opensrf user, update opensrf_core.xml and opensrf.xml by copying the
@@ -126,7 +126,7 @@ Copying these configuration files will remove any customizations you have made t
 +
 [source, bash]
 -------------------------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.5-beta1
+cd /home/opensrf/Evergreen-ILS-2.5.0
 perl Open-ILS/src/support-scripts/eg_db_config --update-config --service all \
 --create-offline --database evergreen --host localhost --user evergreen --password evergreen
 -------------------------------------------------------------------------
@@ -143,21 +143,21 @@ For example, if you purchased an SSL certificate, you will need to edit eg.conf
 +
 [source, bash]
 ----------------------------------------------------------
-cp /home/opensrf/Evergreen-ILS-2.5-beta1/Open-ILS/examples/apache/eg_startup /etc/apache2/eg_startup 
+cp /home/opensrf/Evergreen-ILS-2.5.0/Open-ILS/examples/apache/eg_startup /etc/apache2/eg_startup 
 ----------------------------------------------------------
 +
 .. Update /etc/apache2/eg_vhost.conf by copying the example from Open-ILS/examples/apache/eg_vhost.conf.
 +
 [source, bash]
 ----------------------------------------------------------
-cp /home/opensrf/Evergreen-ILS-2.5-beta1/Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/eg_vhost.conf 
+cp /home/opensrf/Evergreen-ILS-2.5.0/Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/eg_vhost.conf 
 ----------------------------------------------------------
 +
 .. Update /etc/apache2/sites-available/eg.conf by copying the example from Open-ILS/examples/apache/eg.conf.
 +
 [source, bash]
 ----------------------------------------------------------
-cp /home/opensrf/Evergreen-ILS-2.5-beta1/Open-ILS/examples/apache/eg.conf /etc/apache2/sites-available/eg.conf 
+cp /home/opensrf/Evergreen-ILS-2.5.0/Open-ILS/examples/apache/eg.conf /etc/apache2/sites-available/eg.conf 
 ----------------------------------------------------------
 
 Upgrade the Evergreen database schema
@@ -187,8 +187,8 @@ database server.
 
 [source, bash]
 ----------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.4.0/Open-ILS/src/sql/Pg
-psql -U evergreen -h localhost -f version-upgrade/2.4.2-2.5-beta1-upgrade-db.sql evergreen
+cd /home/opensrf/Evergreen-ILS-2.5.0/Open-ILS/src/sql/Pg
+psql -U evergreen -h localhost -f version-upgrade/2.4.3-2.5.0-upgrade-db.sql evergreen
 ----------------------------------------------------------
 
 Restart Evergreen and Test

-----------------------------------------------------------------------

Summary of changes:
 docs/installation/server_installation.txt |    2 +-
 docs/installation/server_upgrade.txt      |   30 ++++++++++++++--------------
 2 files changed, 16 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list