Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1 KB

readme.md

File metadata and controls

27 lines (17 loc) · 1 KB

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