[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. dadeb5e126f574aba12184908ec937e0425391d3

Evergreen Git git at git.evergreen-ils.org
Tue Aug 20 14:39:17 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, rel_2_4 has been updated
       via  dadeb5e126f574aba12184908ec937e0425391d3 (commit)
      from  dd990bb53c12f4dc8494052b47a41d11098e485a (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 dadeb5e126f574aba12184908ec937e0425391d3
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