From: Michael S. <sta...@us...> - 2005-10-22 00:45:49
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11187/src/articles Modified Files: manual.xml Log Message: * src/articles/manual.xml Minor tweaks to install. * xdocs/index.xml Minor tweaks to front page. Index: manual.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/manual.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** manual.xml 20 Oct 2005 16:34:11 -0000 1.5 --- manual.xml 22 Oct 2005 00:45:41 -0000 1.6 *************** *** 218,221 **** --- 218,226 ---- <title>Installing</title> + <para>These instructions describe installation of WERA. + The do no describe installation of NutchWAX (See + <ulink url="http://archive-access.sourceforge.net/projects/nutch/gettingstarted.html">NutchWAX Getting Started...</ulink>). + </para> + <para>Information on how to distribute the different components of WERA on different hosts will be provided in a later version of WERA.</para> *************** *** 277,287 **** <section> <title>Java Based Installer</title> ! ! <note> ! <para>The java-based installer is momentarily unavailable. Will ! be fixed in upcoming -- post 0.4.0 -- release. ! </para> ! </note> ! <para>To install WERA do the following:</para> <itemizedlist> --- 282,288 ---- <section> <title>Java Based Installer</title> ! <para>A java based installer will install and configure ! the wera php webapp and the arcretriever application. ! </para> <itemizedlist> *************** *** 306,313 **** </itemizedlist> ! <para>The installer will confgure WERA in accordance with the input provided by you during the installation process. See the section on ! manual installation in order to view and change these settings (E.g if ! NutchWAX and/or your ARC file collection recide on different hosts than WERA.).</para> --- 307,316 ---- </itemizedlist> ! <para>The installer will confgure WERA ! (and the arcretriever) in accordance with the input provided by you during the installation process. See the section on ! manual installation in order to view and change these settings ! manually (E.g if ! NutchWAX and/or your ARC file collection reside on different hosts than WERA.).</para> *************** *** 315,319 **** or if you are invoking the installer over ssh and X port forwarding is not working properly the installer should fall back to text mode. If ! this fails, try using the manual install preocedure.</para> </section> --- 318,323 ---- or if you are invoking the installer over ssh and X port forwarding is not working properly the installer should fall back to text mode. If ! this fails, try using the manual install preocedure ! described in the following section.</para> </section> *************** *** 341,344 **** --- 345,349 ---- directory of the tomcat installation of the host where your ARC-files reside (i.e. $TOMCAT_HOME/webapps).</para> + <para>You must next configure the arcretreiver telling it where the directory of ARCs that it is to retrieve from resides. |