Changeset 16510


Ignore:
Timestamp:
2008-07-22T13:59:08+12:00 (16 years ago)
Author:
ak19
Message:

Better comments explaining why and when to set the javahome, fedorahome, fedoraversion and perlpath properties.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/cgi-bin/gsdlsite.cfg

    r16508 r16510  
    2929maxrequests 10000
    3030
    31 # If you wish to use Fedora with Greenstone2's GLI Server, then
    32 # you need to set the full paths to JAVA_HOME and FEDORA_HOME
    33 # here as well as the major version of fedora
    34 #javahome /full/path/to/j2sdk1.4.2_13
     31# If the GLIServer will be used to run the Fedora Librarian
     32# Interface (FLI), set FEDORA_VERSION (the major version number
     33# of Fedora) and set FEDORA_HOME to be the full path to your
     34# Fedora installation.
     35# Setting fedorahome and fedoraversion here will overwrite the
     36# environment variables FEDORA_HOME and FEDORA_VERSION if set.
    3537#fedorahome /full/path/to/fedora
    3638#fedoraversion 3
    3739
    38 # If you want to set this, set it to the full path to the perl
    39 # bin directory (Perl's parent folder)
     40# If JAVA_HOME is set, setting the following will overwrite it.
     41# If using Greenstone 2's GLIServer to run the Fedora Librarian
     42# Interface (FLI), then you need to set the full path to
     43# JAVA_HOME either below or as an environment variable.
     44#javahome /full/path/to/j2sdk1.4/or/higher
     45
     46# If Perl is not already on your PATH, set the following to the
     47# full path of the perl bin directory (Perl's parent folder)
     48# and it will be prepended to the PATH.
    4049#perlpath /usr/bin
Note: See TracChangeset for help on using the changeset viewer.