Follow the Quickstart installation manual. Instead of using the NetarchiveSuite*.zip do the following steps

svn checkout --username developername https://gforge.statsbiblioteket.dk/svn/netarchivesuite

cd netarchivesuite/trunk ant releasezipball mkdir wayback mkdir wayback/test/ mkdir wayback/test/conf cp ~/wayback/bin/wayback-webapp-1.4.1.war ./wayback

# create suiteble settings.xml $ cp settings.xml wayback/prod/conf/settings_0.8.xml

$ ant -f warback.build.xml warfile

$ cd /tmp/wayback/ $ mkdir files1; mkdir files2

# populate index

# make sure you have acces to a JMS broker and a arc repository

./RunNetarchiveSuite.sh NetarchiveSuite.zip standalone_archive.xml STANDALONE

hent en tomcat 6.0.20 cd tomcat $ cp ~/netarchive_suite/trunk/ROOT.war $TOMCAT/webapps/

# edit CDXCollection.xml $ cd $TOMCAT/webapps/ROOT/ # include in load path eg. by inserting in ./bin/catalina.sh CATALINA_OPTS='-Ddk.netarkivet.settings.file=~/settings.xml' in first line $ emacs CDXCollection.xml $ edit wayback.xml - make sure that port and URL is corresponding with server

# fire up localhost:8080/wayback/ in local browser $ cd $TOMCAT/ $ ./bin/startup.sh # *maybe need to copy tools.jar into tomcat/lib/

attachment:wayback_netarchivesuite_settings.tar