Changeset 10925


Ignore:
Timestamp:
2005-11-23T15:00:51+13:00 (18 years ago)
Author:
kjdon
Message:

added solaris notes for source install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r10906 r10925  
    2222
    2323See 'Using External Tomcat' and 'Using External MySQL' sections below if you want to use an existing version.
     24
     25See 'Installing from a Source Distribution' section below for extra notes about installing from Source.
     26
     27See the README-CVS.txt file for extra notes about installing from CVS.
    2428
    2529Configuring your installation:
     
    203207Set JAVA_HOME to be /Library/Java/Home
    204208
     209Installing from a Source Distribution
     210----------------------------------------------
     211
     212Download the greenstone-3.xx-src.tar.gz package from sourceforge.net/projects/greenstone3, and unpack it.
     213In the greenstone3 directory, edit the build.properties file and run
     214ant prepare install
     215
     216Tomcat and MySQL will be downloaded as part of the prepare process. To stop this set the tomcat.installed.path and/or mysql.installed.path to be the root of existing Tomcat/MySQL installations.
     217The Tomcat distribution is cross platform, but MySQL is not - only Windows, GNU/Linux and Mac OS X versions will be used (see below). If you require a different version of MySQL, then you will need to install it yourself.
     218
     219* Solaris notes:
     220** Make sure /usr/local/bin is in your PATH ahead of /usr/bin etc.
     221** Add /usr/local/lib to LD_LIBARY_PATH
     222** The gdbm database files (gs2mgdemo and gs2mgppdemo collections) were generated on a Mac, and don't seem to be compatible with Solaris. A text version of the file (database.txt) is included in the index/text directory. After installing Greenstone, and before running it, you'll need to:
     223in greenstone3/gs2build directory: run 'source setup.bash' (Or if you have greenstone 2 already installed, run 'source setup.bash' in your greenstone 2 installation)
     224in greenstone3/web/sites/localsite/collect/gs2mgdemo/index/text directories, run 'txt2db gs2mgdemo.bdb < database.txt'
     225in greenstone3/web/sites/localsite/collect/gs2mgppdemo/index/text directories, run 'txt2db gs2mgppdemo.bdb < database.txt'
     226** GLI shell scripts may not work like "./gli4gs3.sh". In this case, run "bash ./gli4gs3.sh" etc. You will need to compile GLI by hand (run "bash ./makegli.sh" in greenstone3/gli directory).
     227** Set CC=gcc environment variable if you don't have cc, before running ant install.
     228
    205229Notes on Versions of Third Party packages
    206230-----------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.