This repo is archieved and the functionality is integrated into https://github.com/Matdata-eu/yasgui
A docker image to setup a simple website with Yasgui.
This project implements a docker container for Yasgui, "Yet another SPARQL GUI". The docker container runs a react nodejs application that shows a Yasgui interface on the webpage. The flavor of Yasgui is based the Zazuko version.
A docker image is available on Dockerhub
Example usage:
$ docker run -p 8080:8080 mathiasvda/yasguiYou can use the environmental variable YASGUI_DEFAULT_ENDPOINT to set the default endpoint:
$ docker run -p 8080:8080 -e YASGUI_DEFAULT_ENDPOINT="https://jena.matdata.eu/expertise/query" mathiasvda/yasguiSee LICENSE.md