Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 589 Bytes

Build Status

Apache Nutch without command line.

This blog post will help you understand it better: How to Use Nutch From Java, Not From the Command Line.

First, you have to install Java 8+ and Maven 3.3+.

Then, you compile it and run:

$ mvn

The results will be saved into target/dump.

Should work.