close Warning: Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 15 and Version 16 of administration/search


Ignore:
Timestamp:
Jun 26, 2010, 9:31:25 PM (13 years ago)
Author:
hank
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • administration/search

    v15 v16  
    11= Nutch Installation and Search =
     2== Java Prep ==
     3I've had to add JAVA_HOME to my user:
     4{{{
     5export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/
     6export PATH=$PATH:$JAVA_HOME/bin:$JAVA_HOME/jre/bin
     7}}}
    28
    39== Nutch Download ==
     
    5258ant compile-plugins
    5359ant war
     60}}}
     61
     62For some reason I need to build nutch again:
     63{{{
     64ant -v
    5465}}}
    5566