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

Evergreen Git git at git.evergreen-ils.org
Fri Nov 9 00:13:15 EST 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, master has been updated
       via  ddb6dcb1eba9c4b4c06399b40265f5743652e19a (commit)
       via  258aba101535ebd12a8c4347ed283e426c14e6eb (commit)
      from  2e10326b9e0ee22982a2b9ac45b6f75a1ee57103 (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 ddb6dcb1eba9c4b4c06399b40265f5743652e19a
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>
    Signed-off-by: Dan Scott <dscott at laurentian.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

commit 258aba101535ebd12a8c4347ed283e426c14e6eb
Author: Robert Soulliere <robert.soulliere at mohawkcollege.ca>
Date:   Thu Aug 23 13:07:24 2012 -0400

    Documentation: update upgrade instructions to 2.3.beta2.
    
    Signed-off-by: Robert Soulliere <robert.soulliere at mohawkcollege.ca>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 2c4faa8..96774d2 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -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.beta1.tar.gz
-tar xzf Evergreen-ILS-2.3.beta1.tar.gz
+wget http://www.open-ils.org/downloads/previews/Evergreen-ILS-2.3.beta2.tar.gz
+tar xzf Evergreen-ILS-2.3.beta2.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.beta1
+cd /home/opensrf/Evergreen-ILS-2.3.beta2
 ---------------------------------------------
 +
 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.beta1
+cd /home/opensrf/Evergreen-ILS-2.3.beta2
 ./configure --prefix=/openils --sysconfdir=/openils/conf
 make
 ------------------------------------------------------------
@@ -85,8 +85,8 @@ make
 +
 [source, bash]
 ------------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.3.beta1
-make STAFF_CLIENT_STAMP_ID=rel_2_3.beta1 install
+cd /home/opensrf/Evergreen-ILS-2.3.beta2
+make STAFF_CLIENT_STAMP_ID=rel_2_3.beta2 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.beta1
+cd /home/opensrf/Evergreen-ILS-2.3.beta2
 
 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_beta1/server
+ln -s rel_2_3_beta2/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.beta1
+cd /home/opensrf/Evergreen-ILS-2.3.beta2
 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.beta1/Open-ILS/src/sql/Pg
-psql -U evergreen -h localhost -f version-upgrade/2.2-2.3.beta1-upgrade-db.sql evergreen
+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
 ----------------------------------------------------------
 
 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