[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 36a51d2b194f6bac647630fbe67d44c2bbb84cf6

Evergreen Git git at git.evergreen-ils.org
Wed Oct 3 13:23:00 EDT 2012


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, rel_2_3 has been updated
       via  36a51d2b194f6bac647630fbe67d44c2bbb84cf6 (commit)
      from  719dd030798e6dfec081af9188904f59e37142ff (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 36a51d2b194f6bac647630fbe67d44c2bbb84cf6
Author: Robert Soulliere <robert.soulliere at mohawkcollege.ca>
Date:   Wed Oct 3 13:21:57 2012 -0400

    Documentation: Update upgrade instructions to 2.3.0.
    
    Signed-off-by: Robert Soulliere <robert.soulliere at mohawkcollege.ca>

diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 96774d2..9103193 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -8,7 +8,7 @@ Software Prerequisites:
 
   * **PostgreSQL**: Version 9.1 is recommended. The minimum supported version
     is 9.0.
-  * **Linux**: Evergreen 2.0 has been tested on Debian Squeeze (6.0),
+  * **Linux**: Evergreen 2.3 has been tested on Debian Squeeze (6.0),
     Ubuntu Lucid Lynx (10.04) and Ubuntu Precise Pangolin (12.04). If you are
     running an older version of these distributions, you may want to upgrade
     before upgrading Evergreen. For instructions on upgrading these
@@ -46,8 +46,8 @@ the http://evergreen-ils.org/opensrf.php[OpenSRF download page].
 +
 [source, bash]
 -----------------------------------------------
-wget http://www.open-ils.org/downloads/previews/Evergreen-ILS-2.3.beta2.tar.gz
-tar xzf Evergreen-ILS-2.3.beta2.tar.gz
+wget http://www.open-ils.org/downloads/Evergreen-ILS-2.3.0.tar.gz
+tar xzf Evergreen-ILS-2.3.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.3.beta2
+cd /home/opensrf/Evergreen-ILS-2.3.0
 ---------------------------------------------
 +
 On the next command, replace `[distribution]` with one of these values for your
@@ -76,7 +76,7 @@ make -f Open-ILS/src/extras/Makefile.install [distribution]
 +
 [source, bash]
 ------------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.3.beta2
+cd /home/opensrf/Evergreen-ILS-2.3.0
 ./configure --prefix=/openils --sysconfdir=/openils/conf
 make
 ------------------------------------------------------------
@@ -85,8 +85,8 @@ make
 +
 [source, bash]
 ------------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.3.beta2
-make STAFF_CLIENT_STAMP_ID=rel_2_3.beta2 install
+cd /home/opensrf/Evergreen-ILS-2.3.0
+make STAFF_CLIENT_STAMP_ID=rel_2_3.0 install
 ------------------------------------------------------------
 +
 . As the root user, change all files to be owned by the opensrf user and group:
@@ -100,7 +100,7 @@ chown -R opensrf:opensrf /openils
 +
 [source, bash]
 -----------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.3.beta2
+cd /home/opensrf/Evergreen-ILS-2.3.0
 
 perl Open-ILS/src/support-scripts/eg_db_config.pl \
 --create-offline --user evergreen --password evergreen \
@@ -113,7 +113,7 @@ perl Open-ILS/src/support-scripts/eg_db_config.pl \
 -----------------------------------------------------------
 cd /openils/var/web/xul/
 rm server
-ln -s rel_2_3_beta2/server
+ln -s rel_2_3_0/server
 ----------------------------------------------------------
 +
 . As the opensrf user, update opensrf_core.xml and opensrf.xml by copying the
@@ -146,7 +146,7 @@ opensrf.xml.example, then:
 [source, bash]
 -------------------------------------------------------------------------
 cp -b /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml
-cd /home/opensrf/Evergreen-ILS-2.3.beta2
+cd /home/opensrf/Evergreen-ILS-2.3.0
 perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config --service all \
 --database evergreen --host localhost --user evergreen --password evergreen
 -------------------------------------------------------------------------
@@ -179,8 +179,8 @@ database server connection information:
 
 [source, bash]
 ----------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.3.beta2/Open-ILS/src/sql/Pg
-psql -U evergreen -h localhost -f version-upgrade/2.2-2.3.beta2-upgrade-db.sql evergreen
+cd /home/opensrf/Evergreen-ILS-2.3.0/Open-ILS/src/sql/Pg
+psql -U evergreen -h localhost -f version-upgrade/2.2-2.3.0-upgrade-db.sql evergreen
 ----------------------------------------------------------
 
 Restart Evergreen and Test

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

Summary of changes:
 docs/installation/server_upgrade.txt |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list