bibliomap-viewer is the bibliomap web interface HTML + Websocket front end showing ezPAARSE EC's in real time.
- Docker and docker-compose
As a standalone script, bibliomap-viewer is not very usefull. Please have a look to bibliomap docker-compose.yml to understand how it can be orchestrated with required modules: bibliomap-harvester and bibliomap-enricher
Env variable can be used to customize it:
- BBV_INDEX
- BBV_JSFILE
- BBV_LISTEN_ENRICHER_HOST
- BBV_LISTEN_ENRICHER_PORT
- BBV_LISTEN_HOST
- BBV_LISTEN_PORT
Look at config.json to see the default values.
git clone git@github.com:ezpaarse-project/bibliomap-viewer.git
cd bibliomap-viewer
DEBUG=bibliomap* make run-debug
The open http://127.0.0.1:50197/ in your browser