[open-ils-commits] [GIT] Evergreen ILS branch master updated. a2078f2213a2450abdf49e2966af75db5d764ebf
Evergreen Git
git at git.evergreen-ils.org
Tue Aug 20 14:31:23 EDT 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 a2078f2213a2450abdf49e2966af75db5d764ebf (commit)
from 68f2881ebfe5aaac9b0497b052e08d9a425fda88 (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 a2078f2213a2450abdf49e2966af75db5d764ebf
Author: Dan Scott <dscott at laurentian.ca>
Date: Tue Aug 20 14:29:59 2013 -0400
Update docs for Fedora install
Fedora 17 is no longer a supported distro; long live Fedora 18/19 and
beyond (and their beautiful packages that let us avoid many source
installs).
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt
index 53dcfb6..664a8cb 100644
--- a/docs/installation/server_installation.txt
+++ b/docs/installation/server_installation.txt
@@ -214,23 +214,12 @@ mkdir /etc/apache2/ssl
cd /etc/apache2/ssl
------------------------------------------------------------------------------
+
-.Fedora 17
-[source,bash]
-------------------------------------------------------------------------------
-cp Open-ILS/examples/apache/eg.conf /etc/httpd/conf.d/
-cp Open-ILS/examples/apache/eg_vhost.conf /etc/httpd/
-cp Open-ILS/examples/apache/eg_startup /etc/httpd/
-# Now set up SSL
-mkdir /etc/httpd/ssl
-cd /etc/httpd/ssl
-------------------------------------------------------------------------------
-+
-.Fedora 18
+.Fedora
[source,bash]
------------------------------------------------------------------------------
-cp Open-ILS/examples/apache_24/eg.conf /etc/httpd/conf.d/
-cp Open-ILS/examples/apache_24/eg_vhost.conf /etc/httpd/
-cp Open-ILS/examples/apache/startup.pl /etc/httpd/
+cp Open-ILS/examples/apache_24/eg_24.conf /etc/httpd/conf.d/
+cp Open-ILS/examples/apache_24/eg_vhost_24.conf /etc/httpd/eg_vhost.conf
+cp Open-ILS/examples/apache/eg_startup /etc/httpd/
# Now set up SSL
mkdir /etc/httpd/ssl
cd /etc/httpd/ssl
@@ -374,10 +363,8 @@ cpan Rose::URI
[source, bash]
------------------------------------------------------------------------------
yum install gcc perl-XML-LibXML perl-XML-LibXSLT perl-Business-ISBN
-cpan Library::CallNumber::LC
-cpan MARC::Record
-cpan MARC::File::XML
-cpan UUID::Tiny
+yum install perl-Library-CallNumber-LC perl-MARC-Record perl-MARC-Charset
+yum install perl-MARC-File-XML perl-UUID-Tiny
------------------------------------------------------------------------------
You need to create a PostgreSQL superuser to create and access the database.
-----------------------------------------------------------------------
Summary of changes:
docs/installation/server_installation.txt | 25 ++++++-------------------
1 files changed, 6 insertions(+), 19 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list