Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "NutchTutorial" page has been changed by riverma: https://wiki.apache.org/nutch/NutchTutorial?action=diff&rev1=66&rev2=67 Comment: Cleaned up install section organization, splitting into two well-labeled binary/source headings * Java Runtime/Development Environment (1.5+): http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html * (Source build only) Apache Ant: http://ant.apache.org/ + == 1. Install Nutch == - == 1. Setup Nutch from binary distribution == + === Option 1: Setup Nutch from a binary distribution === * Download a binary package (`apache-nutch-1.X-bin.zip`) from [[http://www.apache.org/dyn/closer.cgi/nutch/|here]]. * Unzip your binary Nutch package. There should be a folder `apache-nutch-1.X`. * `cd apache-nutch-1.X/` From now on, we are going to use `${NUTCH_RUNTIME_HOME}` to refer to the current directory (`apache-nutch-1.X/`). - === Set up from the source distribution === + === Option 2: Set up Nutch from a source distribution === Advanced users may also use the source distribution: * Download a source package (`apache-nutch-1.X-src.zip`)