From 914c4a4e819e6606af74469cc62fb860231fc392 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Fri, 10 Jun 2005 12:07:10 +0000 Subject: [PATCH] Update install.html --- org.gridsite.core/doc/gacl.html | 2 +- org.gridsite.core/doc/install.html | 24 +++++++++++++++++------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/org.gridsite.core/doc/gacl.html b/org.gridsite.core/doc/gacl.html index 40efdd2..82be605 100644 --- a/org.gridsite.core/doc/gacl.html +++ b/org.gridsite.core/doc/gacl.html @@ -16,7 +16,7 @@ C/C++ in the GridSite library.

Credentials

-In GridSite 1.0.x, four credential types are supported: +In GridSite 1.1.x, four credential types are supported:

<person> diff --git a/org.gridsite.core/doc/install.html b/org.gridsite.core/doc/install.html index 91a60d2..937ec91 100644 --- a/org.gridsite.core/doc/install.html +++ b/org.gridsite.core/doc/install.html @@ -13,26 +13,30 @@ Guide to decide which is the easiest route for your system.

Installing with RPM

-If you are installing on Linux with the binary RPM release, you can skip +If you are installing on Linux with a binary RPM release, you can skip most of this Guide, install the binary rpm(s) and go straight to the Config Guide. +

-RedHat 9: +RedHat 9, Fedora, RHEL, Scientific Linix: This is the simpler case, since the standard release includes a suitable version of Apache 2.0: just install the gridsite-...-1.i386.rpm to get the various GridSite components.

-RedHat 7.3: +Earlier, eg RedHat 7.3: This is more complicated because you must also install a back-ported Apache -2.0 RPM. We distribute RPMs built on 7.3 aimed at RedHat 7.3 +2.0 RPM or build from source. +

GridSite also depends on shared libraries from libcurl and libxml2, and the -RPMs distributed as part of the standard RedHat 7.3 and 9 releases are +RPMs distributed as part of the standard RedHat, from 7.3 onwards, are sufficient.

@@ -65,8 +70,11 @@ tools (htcp, urlencode.)

All of the components use the GridSite library, and this in turn depends on libcurl and libxml2. You will need the development versions of these -packages installed before you can proceed. (They are available as part of +packages installed before you can proceed. +

Building GridSite with Make

@@ -111,11 +119,13 @@ directory ../RPMTMP/RPMS/i386 relative to the working directory. An SRPM is put into ../RPMTMP/SRPMS This build assumes the Apache 2.0 includes are in /usr/include/httpd. +

For other configurations, -- 1.8.2.3