daxid / datalift_with_rdf4j

Stuff to build a docker image with Datalift and RDF4J

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub repo. content

Scripts and stuff for building a Docker image of :

  • the Datalift data elevation platform,
  • backed by the RDF4J triple store,
  • both hosted by a Tomcat 8.5 servlet container.

Launching Datalift + RDF4J

On the host machine, launch :

docker run -d --name='datalift1' -p 8080:8080 -v **rdf4j-data**:/rdf4j-data -v **datalift-home**:/datalift-home daxid/datalift_with_rdf4j

after replacing **rdf4j-data** and **datalift-home** by absolute paths where you whant them to be on the host.

Runtime informations

The following services should be accessible :

Users and passwords for datalift project page can be managed in datalift-home/conf/datalift-users.properties

No login/pwd are recquiered to access RDF4J workbench

About

Stuff to build a docker image with Datalift and RDF4J


Languages

Language:Shell 100.0%