www.pudn.com > egothor-daily-cvssnapshot.zip > INSTALL
Installation Instructions
1. Look in var/contribution for files for your O/S. If there are files
specific to your system we highly recommend you use them rather
than the default installation.
2. Download and install these utilities, or their latest version:
- Apache Ant, http://jakarta.apache.org/ant/
- (OPTIONAL) The Java Compiler Compiler(TM) (JavaCC)
http://www.experimentalstuff.com/Technologies/JavaCC/
Find and change the build.properties file that comes
with the Egothor download:
a. Find the line that reads like this:
javacc.home=${user.home}/javacc-3.2/bin
b. Verify/Substitute your own path to the ${user.home}/javacc-3.2/bin
directory
3. Run Ant to compile the Egothor classes:
ant jar
Compiles the sources and prepares JAR in tmp/dist directory
ant war
Compiles the sources and prepares WAR in tmp/dist directory
ant docs
Produces API documentation in tmp/dist/api directory
4. Change the paths in the scripts for your O/S in the Egothor/bin
directory. If you unzipped the download file to a different
directory structure than the one provided then you will need to
supply your paths. The scripts are provided primarily to
demonstrate the functionality of the Java class used in a
particular routine.
+ dump.*: dumps out the segment/barrel of an index
+ index*: builds an index
+ query.*: solves a query
+ test.*: indexes HTML pages to /tmp/... directory