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=54&rev2=55 From now on, we am going to use ${NUTCH_RUNTIME_HOME} to refer to the current directory. - '''3.''' Download Nutch version 1.0 or later (Alternatively download the the nightly version of Nutch that contains the required functionality) + '''2.''' Verify your Nutch installation: + * run "bin/nutch" - You can confirm a correct installation if you seeing the following: + {{{ + Usage: nutch [-core] COMMAND + }}} + + Some troubleshooting tips: + * Run the following command if you are seeing "Permission denied": + {{{ + chmod +x bin/nutch + }}} + * Setup JAVA_HOME if you are seeing JAVA_HOME not set. On Mac, you can run the following command or add it to ~/.bashrc: + export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home '''4.''' Extract the Nutch package tar xzf apache-nutch-1.0.tar.gz

