Changeset 21659 for gs3-extensions


Ignore:
Timestamp:
2010-01-27T14:05:14+13:00 (14 years ago)
Author:
kjdon
Message:

some more instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/pharos-imageis/trunk/README.txt

    r21300 r21659  
    1 The axis jar files need to go into tomcat:
     1The following instructions assume you are in the folder containing this README.
    22
    3 Copy all the jar files from lib into a new folder packages/tomcat/sharedlibs
     3Copy the axis jar files into tomcat:
    44
    5 Edit tomcat's packages/conf/catalina.properties
     5  mkdir ../../packages/tomcat/sharedlibs
     6  cp lib/*.jar ../../packages/tomcat/sharedlibs
     7
     8Edit tomcat's properties file:
     9  emacs ../../packages/tomcat/conf/catalina.properties
    610Set the shared.loader property:
    7 
    8 shared.loader=${catalina.home}/sharedlibs/*.jar
     11  shared.loader=${catalina.home}/sharedlibs/*.jar
    912
    1013To install pharos:
    11 ant configure: generates config files
    12 ant compile: compiles code
    13 ant install: copies files into greenstone3 area
     14  ant configure   #generates config files
     15  ant compile  #compiles code
     16  ant install  #copies files into greenstone3 area
    1417
     18To do any collection building, you need to run
     19  source gs3-setup.sh
     20in the top level greenstone3 folder. This will also source the phaors setup script.
     21Note, if it says that you have already set up your environment, then do:
     22  export GSDL3SRCHOME=
     23  source gs3-setup.sh
     24
     25You need to have Tomcat and Derby database running:
     26
     27in top level greenstone3 folder:
     28  ant start
     29  pharos-start-derby.pl
     30
Note: See TracChangeset for help on using the changeset viewer.