git clone git@github.com:crawler-commons/crawler-commons.git
cd crawler-commons/
mvn install
cd ..
git clone git@github.com:commoncrawl/language-detection-cld2.git
cd language-detection-cld2/
mvn install
cd ..
git clone https://github.com/apache/nutch.git nutch-cc
cd nutch-cc/
ant runtime
cd ..