Skip to content

jgimeno/solr-nutch-orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

solr-nutch-orchestrator

Launch fast and easy an Apache Solr linked with Apache Nutch in separated docker containers.

Usage

First we must configure the several options from nutch/conf and solr/conf.

Then we need to build the two images:

docker build -t solr solr/
docker build -t nutch nutch/

Launch Solr

docker run -d -p 8983:8983 --name solr solr

Launch nutch

docker run -i -t --name nutch --link solr nutch

About

Launch fast and easy an Apache Solr linked with Apache Nutch in separated docker containers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published