Skip to content

Quickstart with default topic and configuration

Kien Pham edited this page Apr 1, 2015 · 7 revisions

Install ache with Conda

You can download ache from Binstar [2] with Conda [3] by running:

  conda install -c memex ache

Start ache:

 $ache startCrawl output config/sample_config config/sample.seeds config/sample_model libs/langdetect-03-03-2014.jar

Run 'ache' without Conda

Clone 'ache':

 $git clone [email protected]:ViDA-NYU/ache.git

Compile ache:

 $./script/compile_crawler.sh

Start ache:

 $./build/install/bin/ache startCrawl output config/sample_config config/sample.seeds config/sample_model libs/langdetect-03-03-2014.jar