WebVOWL_work

Name Message Date
sbin
Dockerfile
README.md

Superseded for local development by docker/README.md and docs/adr/0001-docker-local-development.md.

What does the image contain and how does it work?

This image contents packed webvowl *.war file launched within Tomcat in Linux alpine environment.

Additionally the image automatically converts all owl ontology file format into VOWL-dedicated json which might be presented by web server into the outside world.

The attached script detects changes of the /data directory using inotify-tools. In case of changed owl, rdf or ttl files it execute (OWL2VOWL) against them.

How to use the image?

The most simplest use might be:

docker run --name some-webvowl -v /some/directory:/data -p 8080:8080 -d webvowl