Changeset 32489


Ignore:
Timestamp:
2018-09-25T11:26:33+12:00 (6 years ago)
Author:
kjdon
Message:

updated the README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/sites/localsite/collect/gberg/README

    r10085 r32489  
    66Building the gberg collection (linux):
    77
     8Go to top level Greenstone and run:
     9source gs3-setup.sh
    810Starting from the gberg directory (where this README file is located):
    911cd java
    1012javac *.java
    1113cd ..
    12 java -classpath $CLASSPATH:./java BuildXMLColl $GSDL3HOME/web/sites/localsite gberg
     14java -classpath $CLASSPATH:./java BuildXMLColl $GSDL3HOME/sites/localsite gberg
    1315mv building index
    1416cp etc/buildConfig.xml index
    15 cp import/*.dtd $GSDL3HOME/resources/dtd/
     17cp import/*.dtd $GSDL3SRCHOME/resources/dtd/ (this step is already done)
    1618
    1719The building process:
     
    4244retrieval. Scopeable tags should only occur once per document.
    4345
     46Testing the index:
     47
     48You can run the command line Search program, and query the index. From the gberg folder:
     49java -classpath $CLASSPATH:./java Search ./index/idx
     50
    4451Building other collections:
    4552
     
    5663WEB-INF/classes directory (in gsdl3/web or tomcat/webapps/gsdl3, depending on
    5764your setup).
     65
     66NOTE: Sept 2018. Tomcat cannot find gutbook DTD when trying to transform the file to produce table of contents :-(
Note: See TracChangeset for help on using the changeset viewer.