Download NetarchiveSuite from trunk (after code freeze) and make wayback war file.

The following commands can be run directly from a terminal. *remember to change the text in bold.

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

cd netarchivesuite_trunk/

mkdir wayback

wget http://downloads.sourceforge.net/project/archive-access/wayback/1.4.2/wayback-1.4.2.tar.gz?use_mirror=dfn -O wayback/wayback-1.4.2.tar.gz

ant jarfiles

ant -f wayback.build.xml warfile

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