[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. e38ec30abc3c14c92ddc89983f9dca19e7496415
Evergreen Git
git at git.evergreen-ils.org
Thu Nov 13 14:41:02 EST 2014
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 e38ec30abc3c14c92ddc89983f9dca19e7496415 (commit)
via 85f386686d5e497f5a616eccac918c16eedb2996 (commit)
from 66544eb045046634a3b5413672cdad9f9349fddb (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 e38ec30abc3c14c92ddc89983f9dca19e7496415
Author: alzr <aleksey.lazar at gmail.com>
Date: Mon Aug 5 16:50:09 2013 -0500
LP#1207529: Add /openils assumption note
Signed-off-by: alzr <aleksey.lazar at gmail.com>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 5edc76d..8e497f4 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -85,6 +85,8 @@ PATH=/openils/bin:$PATH ./configure --prefix=/openils --sysconfdir=/openils/conf
make
------------------------------------------------------------
+
+These instructions assume that you have also installed OpenSRF under /openils/. If not, please adjust PATH as needed so that the Evergreen configure script can find osrf_config.
++
. As the root user, install Evergreen:
+
[source, bash]
commit 85f386686d5e497f5a616eccac918c16eedb2996
Author: alzr <aleksey.lazar at gmail.com>
Date: Mon Aug 5 14:33:07 2013 -0500
LP#1207529: Make sure $PATH includes /openils/bin when configuring
https://bugs.launchpad.net/evergreen/+bug/1207529
Signed-off-by: alzr <aleksey.lazar at gmail.com>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
Conflicts:
docs/installation/server_upgrade.txt
diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 3aee08d..5edc76d 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -81,7 +81,7 @@ make -f Open-ILS/src/extras/Makefile.install [distribution]
[source, bash]
------------------------------------------------------------
cd /home/opensrf/Evergreen-ILS-2.6.1
-./configure --prefix=/openils --sysconfdir=/openils/conf
+PATH=/openils/bin:$PATH ./configure --prefix=/openils --sysconfdir=/openils/conf
make
------------------------------------------------------------
+
-----------------------------------------------------------------------
Summary of changes:
docs/installation/server_upgrade.txt | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list