Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "RunningNutchAndSolr" page has been changed by LewisJohnMcgibbney: http://wiki.apache.org/nutch/RunningNutchAndSolr?action=diff&rev1=53&rev2=54 Apache Nutch release 1.3 has Solr integration embedded, this greatly eases Nutch-Solr integration. It also removes the legacy dependence upon both Apache Tomcat for running the old Nutch Web Application and upon Apache Lucene for indexing. Just download a 1.3 release from [[http://www.apache.org/dyn/closer.cgi/nutch/|here]]. NOTE: You can download release 1.3 in either binary or source format, both of which are covered in this tutorial. == Steps == + '''1a.''' Setup Nutch from binary distribution: - '''i.''' Unzip your binary Nutch package to $HOME/nutch-1.3 + * Unzip your binary Nutch package to $HOME/nutch-1.3 - '''ii.''' cd $HOME/nutch-1.3/runtime/local + * cd $HOME/nutch-1.3/runtime/local + '''1b.''' Setup Nutch from source distribution: - '''i.''' Unzip your source package to $HOME/nutch-1.3-src + * Unzip your source package to $HOME/nutch-1.3-src - '''ii.''' cd $HOME/nutch-1.3-src - '''iii.''' run “ant” command. + * cd $HOME/nutch-1.3-src + * run “ant” command. - '''iv.''' It should generate a directory called $HOME/nutch-1.3-src/runtime. + * It should generate a directory called $HOME/nutch-1.3-src/runtime. - '''v.''' cd $HOME/nutch-1.3-src/runtime/local + * cd $HOME/nutch-1.3-src/runtime/local From now on, we am going to use ${NUTCH_RUNTIME_HOME} to refer to the current directory.

