[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 796a3e95acb558d319c35f46dde3f888ca60fdfe
Evergreen Git
git at git.evergreen-ils.org
Thu Aug 9 14:54:50 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_2 has been updated
via 796a3e95acb558d319c35f46dde3f888ca60fdfe (commit)
from f5467bbb36fff6002c50f348587e3cc1557389fe (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 796a3e95acb558d319c35f46dde3f888ca60fdfe
Author: Robert Soulliere <robert.soulliere at mohawkcollege.ca>
Date: Thu Aug 9 14:53:32 2012 -0400
Documentation: Update upgrade instructions for 2.2.1 release.
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 c1e6650..599526c 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://evergreen-ils.org/downloads/Evergreen-ILS-2.2.0.tar.gz
-tar xzf Evergreen-ILS-2.2.0.tar.gz
+wget http://evergreen-ils.org/downloads/Evergreen-ILS-2.2.1.tar.gz
+tar xzf Evergreen-ILS-2.2.1.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.2.0
+cd /home/opensrf/Evergreen-ILS-2.2.1
---------------------------------------------
+
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.2.0
+cd /home/opensrf/Evergreen-ILS-2.2.1
./configure --prefix=/openils --sysconfdir=/openils/conf
make
------------------------------------------------------------
@@ -85,8 +85,8 @@ make
+
[source, bash]
------------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.2.0
-make STAFF_CLIENT_STAMP_ID=rel_2_2_0 install
+cd /home/opensrf/Evergreen-ILS-2.2.1
+make STAFF_CLIENT_STAMP_ID=rel_2_2_1 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.2.0
+cd /home/opensrf/Evergreen-ILS-2.2.1
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_2_0/server
+ln -s rel_2_2_1/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.2.0
+cd /home/opensrf/Evergreen-ILS-2.2.1
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,9 @@ database server connection information:
[source, bash]
----------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-2.2.0/Open-ILS/src/sql/Pg
+cd /home/opensrf/Evergreen-ILS-2.2.1/Open-ILS/src/sql/Pg
psql -U evergreen -h localhost -f version-upgrade/2.1-2.2-upgrade-db.sql evergreen
+psql -U evergreen -h localhost -f version-upgrade/2.2.0-2.2.1-upgrade-db.sql evergreen
----------------------------------------------------------
Restart Evergreen and Test
-----------------------------------------------------------------------
Summary of changes:
docs/installation/server_upgrade.txt | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list