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=52&rev2=53 == Steps == '''1a.''' Setup Nutch from binary distribution: - i. Unzip your binary Nutch package to $HOME/nutch-1.3 + '''i.''' Unzip your binary Nutch package to $HOME/nutch-1.3 - ii. cd $HOME/nutch-1.3/runtime/local + '''ii.''' cd $HOME/nutch-1.3/runtime/local '''1b.''' Setup Nutch from source distribution: - i. Unzip your source package to $HOME/nutch-1.3-src + '''i.''' Unzip your source package to $HOME/nutch-1.3-src - ii. cd $HOME/nutch-1.3-src + '''ii.''' cd $HOME/nutch-1.3-src - iii. run “ant” command. + '''iii.''' run “ant” command. - iv. It should generate a directory called $HOME/nutch-1.3-src/runtime. + '''iv.''' It should generate a directory called $HOME/nutch-1.3-src/runtime. - v. cd $HOME/nutch-1.3-src/runtime/local + '''v.''' 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.

