Sign inSign up

affectus/jena-fuseki

By affectus

Updated over 7 years ago

Jena-Fuseki server and its data container for the AffectUs project

Image
0

450

affectus/jena-fuseki repository overview

Jena-Fuseki server and its data container for the AffectUs project It is based on jena-fuseki container from stain (https://hub.docker.com/r/stain/jena-fuseki/)

Version History 0.1 - It is considerd to be the vanilla containers as it is found on the repository of stain/jena-fuseki
0.2 - Uploaded on April 21st 2018
0.3 - Uploaded on May 29th 2018
0.4 - Uploaded on June 27th 2018
0.5 - Uploaded on April 10th 2019

How to install The MongoDB container for the AffectUs project should be installed prior to installing the Jena-Fuseki container Firstly the data volume container has to be downloaded and then the Jena-Fuseki container itself, that should be connected to the volume created earlier:

docker run -v /fuseki --entrypoint "bin/sh" --name fuseki-data affectus/jena-fuseki:volume_0.2
docker run -name jena-fuseki -d --volumes-from=fuseki-data -p 3030:3030 --env ADMIN_PASSWORD=password --restart=on-failure affectus/jena-fuseki:0.2

The ADMIN_PASSWORD variable should be set to the desired value
After installing the containers, it can be accessed through a web browser using the link address :3030

[Optional] Afterwards, the data volume container can be removed (not the volume itself, as it is now connected and used by the nodered container):

docker container rm fuseki-data

Tag summary

Content type

Image

Digest

Size

65.5 MB

Last updated

over 7 years ago

docker pull affectus/jena-fuseki:0.5