Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 944 Bytes

File metadata and controls

31 lines (18 loc) · 944 Bytes

Docker container for Yasgui

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.

Description

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.

Usage

A docker image is available on Dockerhub

Example usage:

$ docker run -p 8080:8080 mathiasvda/yasgui

Configuration

You 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/yasgui

LICENSE

See LICENSE.md