From 47962e0f25729deccb42f61de635c184c3afb8de Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Mon, 11 Jul 2011 00:24:13 -0400 Subject: [PATCH] Made changes to 2.0/admin/serversideinstallation_2.0.xml to address Launchpad documentation bug #798717. This commit addresses most issues from this bug, but there might still be an unconfirmed issue with the PostgreSQL installation steps. --- 2.0/admin/serversideinstallation_2.0.xml | 76 ++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 5 deletions(-) diff --git a/2.0/admin/serversideinstallation_2.0.xml b/2.0/admin/serversideinstallation_2.0.xml index 473b9f4187..15a72cb921 100644 --- a/2.0/admin/serversideinstallation_2.0.xml +++ b/2.0/admin/serversideinstallation_2.0.xml @@ -909,8 +909,8 @@ below to build the prerequisites from the software distribution that you just downloaded and unpacked. Remember to replace [DISTRIBUTION] in the following example with the keyword corresponding to the name of one of the - Linux distributions listed in the following - distribution list. + Linux distributions listed in the in the + distribution keywords table . For example, to install the prerequisites for Ubuntu version 10.05 (Lucid Lynx) you would enter this command: make -f Open-ILS/src/extras/Makefile.install ubuntu-lucid. @@ -920,6 +920,71 @@ cd /home/opensrf/Evergreen-ILS-2.0.4 make -f Open-ILS/src/extras/Makefile.install [DISTRIBUTION] + + + + Keyword Targets for Evergreen <application>"make"</application> Command + + + + + + Keyword + Linux Version + + + + + debian-squeeze + Debian "Squeeze" (6.0) + + + debian-lenny + Debian "Lenny" (5.0) + + + ubuntu-hardy + Ubuntu "Hardy Heron" (8.04) + + + ubuntu-lucid + Ubuntu "Lucid Lynx" (10.04) + + + fedora13 + Fedora "Goddard" (13) + + + centos + CentOS 5 + + + rhel + Red Hat Enterprise Linux 5 + + + +
+ + Linux + Debian + + + Linux + Fedora + + + Linux + Ubuntu + + + Linux + CentOS + + + Linux + Red Hat + (OPTIONAL) Install the PostgreSQL Server @@ -1283,11 +1348,12 @@ The following updates are needed to allow the logs to function properly, but it may break other Apache applications on your server: - Edit the Apache configuration file and + As the root user, edit the Apache configuration file /etc/apache2/envvars and change the lines: - export APACHE_RUN_USER=www-data - export APACHE_RUN_GROUP=www-data + + export APACHE_RUN_USER=www-data + export APACHE_RUN_GROUP=www-data to instead read: -- 2.43.2