From: Michael S. <sta...@us...> - 2005-10-06 22:32:57
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6029/src/articles Modified Files: manual.xml Log Message: * maven.xml * project.properties * project.xml * src/articles/manual.xml * xdocs/navigation.xml * xdocs/requirements.xml Updated text around wera. Removed stuff like requirements. The manual has it all. Index: manual.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/manual.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.xml 4 Oct 2005 22:59:26 -0000 1.1 --- manual.xml 6 Oct 2005 22:32:46 -0000 1.2 *************** *** 73,78 **** <listitem> <para>A Search Engine which holds a full-text index of the archived ! web documents. Currently the NutchWAX search engine is ! supported.</para> </listitem> --- 73,79 ---- <listitem> <para>A Search Engine which holds a full-text index of the archived ! web documents. Currently the <ulink ! url="http://archive-access.sourceforge.net/projects/nutch/">NutchWAX</ulink> ! search engine is supported.</para> </listitem> *************** *** 80,84 **** <para>A Document Retriever which serves as the interface between the Access module and the web archive. The Document Retriever delivers ! archived files and associated metadata to WERA upon request.</para> </listitem> </itemizedlist> --- 81,87 ---- <para>A Document Retriever which serves as the interface between the Access module and the web archive. The Document Retriever delivers ! archived files and associated metadata to WERA upon request ! (WERA is bundled with a simple webapp that knows how to fetch ! records from a directory of Internet Archive ARC files).</para> </listitem> </itemizedlist> *************** *** 92,99 **** <title>NutchWAX</title> ! <para>Currently the Jakarta Lucene based NutchWAX search engine is supported. WERA must (at the moment) be downloaded and installed ! separately. See http://archive-access.sourceforge.net/projects/nutch/ ! for further information.</para> </section> --- 95,103 ---- <title>NutchWAX</title> ! <para>Currently the Jakarta Nutch/Lucene based NutchWAX search engine is supported. WERA must (at the moment) be downloaded and installed ! separately. See <ulink ! url="http://archive-access.sourceforge.net/projects/nutch/">NutchWax ! site</ulink> for further information.</para> </section> *************** *** 200,206 **** <title>Obtaining WERA</title> ! <para>The latest version of WERA may be downloaded from WERA <ulink ! url="http://nwatoolset.sourceforge.net">home page</ulink> at ! sourceforge.</para> </section> --- 204,211 ---- <title>Obtaining WERA</title> ! <para>The latest version of WERA may be downloaded from the ! archive-access <ulink ! url="http://sourceforge.net/project/showfiles.php?group_id=118427">files ! pages</ulink> at sourceforge.</para> </section> *************** *** 214,218 **** <title>System Requirements</title> ! <para>WERA and the NWA Adapted Lucene search engine has been tested on different builds of <emphasis>RedHat</emphasis> (7.3, 8, AS2 etc.), <emphasis>Fedora</emphasis> and <emphasis>Suse</emphasis> Linux. There --- 219,223 ---- <title>System Requirements</title> ! <para>WERA has been tested on different builds of <emphasis>RedHat</emphasis> (7.3, 8, AS2 etc.), <emphasis>Fedora</emphasis> and <emphasis>Suse</emphasis> Linux. There *************** *** 253,257 **** <para>Tomcat servlet container (http://jakarta.apache.org/tomcat/index.html). The ArcRetriever ! web app has been tested on v.5.0.27 and 5.0.28</para> </listitem> --- 258,263 ---- <para>Tomcat servlet container (http://jakarta.apache.org/tomcat/index.html). The ArcRetriever ! web app has been tested on v.5.0.27 and 5.0.28 as well as in ! 5.5.9.</para> </listitem> *************** *** 267,270 **** --- 273,281 ---- <title>Java Based Installer</title> + <note> + <para>The java-based installer is momentarily unavailable. Will + be fixed in upcoming release. + </para> + </note> <para>To install WERA do the following:</para> *************** *** 309,330 **** <itemizedlist> <listitem> ! <para>Download wera-x-y-z-manual-install.tar.gz from ! sourceforge.</para> </listitem> <listitem> ! <para>Unpack the gzipped tarball into the Apache document root ! directory on the host where you want WERA installed.</para> </listitem> <listitem> <para>Move the file ArcRetriever.war from ! <apcheWebRootDir>/wera/ to the webapps directory of the ! tomcat installation of the host where your ARC-files ! recide.</para> </listitem> <listitem> ! <para>Edit the file <apcheWebRootDir>/wera/lib/config.inc (see below for details).</para> </listitem> --- 320,343 ---- <itemizedlist> <listitem> ! <para>Download wera-x-y-z.tar.gz from sourceforge. ! Untar and gunzip the bundle. Let the resultant directory ! be WERA_HOME (e.g. wera-x-y-z).</para> </listitem> <listitem> ! <para>Move <filename>$WERA_HOME/webapps/wera</filename> into the ! Apache document root directory -- HTDOCS -- on the host where you ! want the WERA application to run.</para> </listitem> <listitem> <para>Move the file ArcRetriever.war from ! <filename>$WERA_HOME/webapps/wera</filename> to the webapps ! directory of the tomcat installation of the host where your ! ARC-files reside (i.e. $TOMCAT_HOME/webapps).</para> </listitem> <listitem> ! <para>Edit the file <filename>HTDOCS/wera/lib/config.inc</filename> (see below for details).</para> </listitem> *************** *** 334,339 **** <title>Settings</title> ! <para>Settings for WERA can be found in the file ! <apacheWebRootDir>/wera/lib/config.inc. Edit this file in order to configure WERA for your environment. Parameters to adapt:</para> --- 347,352 ---- <title>Settings</title> ! <para>Settings for WERA can be found in the file ! <filename>HTDOCS/wera/lib/config.inc</filename>. Edit this file in order to configure WERA for your environment. Parameters to adapt:</para> *************** *** 348,352 **** <entry>Change this so that it corresponds with your ! environment i.e. <apacheWebRootDir>/wera (you may of course rename the extracted wera directory to something else, and even choose to place it further down in the --- 361,365 ---- <entry>Change this so that it corresponds with your ! environment i.e. <filename>HTDOCS/wera</filename> (you may of course rename the extracted wera directory to something else, and even choose to place it further down in the *************** *** 371,378 **** <entry>$conf_aid_prefix = "/var/arcs/";</entry> ! <entry>The current version of the ArcRetriever needs to know where the ARC-files are located. All the ARC-files that you ! indexed with nucth should be placed in one directory. The ! path goes into this parameter.</entry> </row> --- 384,392 ---- <entry>$conf_aid_prefix = "/var/arcs/";</entry> ! <entry>The current version of the arcretriever needs to know where the ARC-files are located. All the ARC-files that you ! indexed with nutch should be placed in one directory. The ! path goes into this parameter (This configuration will be ! moved into arcretreiver).</entry> </row> *************** *** 386,394 **** <row> <entry>$document_retriever = ! "http://localhost:8080/ArcRetriever/ArcRetriever";</entry> <entry>Change the host name and port to point the tomcat installation of the host where your ARC-files ! recide.</entry> </row> --- 400,408 ---- <row> <entry>$document_retriever = ! "http://localhost:8080/arcretriever/arcretriever";</entry> <entry>Change the host name and port to point the tomcat installation of the host where your ARC-files ! reside.</entry> </row> *************** *** 401,405 **** (<hostname>:<port>). If you renamed the wera directory or unpacked it further down relative to ! ApacheWebRoot, update this parameter accordingly.</entry> </row> </tbody> --- 415,419 ---- (<hostname>:<port>). If you renamed the wera directory or unpacked it further down relative to ! HTDOCS, update this parameter accordingly.</entry> </row> </tbody> *************** *** 423,427 **** <orderedlist> <listitem> ! <para>Test that the ArcRetriever is functioning correctly</para> </listitem> --- 437,441 ---- <orderedlist> <listitem> ! <para>Test that the arcretriever is functioning correctly</para> </listitem> *************** *** 462,466 **** <para>An example of the result of the getmeta request ! http://localhost:8080/ArcRetriever/ArcRetriever?aid=5160509//home/wera/arcs/IAH-20041102080031-00007-utvikling1.nb.no.arc.gz&reqtype=getmeta is given below.</para> --- 476,480 ---- <para>An example of the result of the getmeta request ! http://localhost:8080/arcretriever/arcretriever?aid=5160509//home/wera/arcs/IAH-20041102080031-00007-utvikling1.nb.no.arc.gz&reqtype=getmeta is given below.</para> *************** *** 511,513 **** </section> </section> ! </article> \ No newline at end of file --- 525,527 ---- </section> </section> ! </article> |