source: gs3-extensions/pharos-imageis/trunk/README.txt@ 24644

Last change on this file since 24644 was 21659, checked in by kjdon, 14 years ago

some more instructions

File size: 916 bytes
Line 
1The following instructions assume you are in the folder containing this README.
2
3Copy the axis jar files into tomcat:
4
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
10Set the shared.loader property:
11 shared.loader=${catalina.home}/sharedlibs/*.jar
12
13To install pharos:
14 ant configure #generates config files
15 ant compile #compiles code
16 ant install #copies files into greenstone3 area
17
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 TracBrowser for help on using the repository browser.