Sign inSign up

jermnelson/bibcat

By jermnelson

Updated about 11 years ago

Image
0

288

jermnelson/bibcat repository overview

To run bibcat, you'll need to first start a bibframe-search container with the name of bf_search with your search volume mounted to the data directory in the docker user's home directory:

docker run -d -v ~/data:/usr/share/elasticsearch/data --name bf_search jermnelson/bibframe-search

You can now run the bibcat container with just Elastic search: docker run -d -p 8000:80 --link bf_search:bf_search jermnelson/bibcat

To run bibcat with Kibana tie together the two by launch a kibana container named kibana linked with the Bibframe search container:

docker run --link bf_search:elasticsearch --name kibana -d kibana.

docker run -d -p 8000:80 --link bf_search:bf_search --link kibana:kibana jermnelson/bibcat

Tag summary

Content type

Image

Digest

sha256:bc6158fba

Size

329.9 MB

Last updated

about 11 years ago

docker pull jermnelson/bibcat