Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Installing Heritrix 3

Clone from git

Build using Java 6 as JAVA_Home:

 

mvn -DskipTests package

 

Then unpack the heritrix distro from dist/target/heritrix-3.3.0-SNAPSHOT-dist.tar.gz. Hertrix 3 is started with

 

heritrix/bin/heritrix -a admin:admin

 

Building Contrib

Change directory to heritrix3/contrib and run

 

mvn -DskipTests package

 

Copy target/heritrix-contrib-3.3.0-SNAPSHOT.jar into the lib directory of the heritrix distribution. Also copy amqp client library from your maven repository to the heritrix library with something like

 

cp ~/.m2/repository/com/rabbitmq/amqp-client/3.2.1/amqp-client-3.2.1.jar ~/heritrix-3/heritrix/lib/

  • No labels