From a2078f2213a2450abdf49e2966af75db5d764ebf Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 20 Aug 2013 14:29:59 -0400 Subject: [PATCH] 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 --- docs/installation/server_installation.txt | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index 53dcfb6ff3..664a8cb5f5 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. -- 2.11.0