Website to visualize the result files of the sparql-conformance.
Docker.
-
Clone this repository.
-
If you want to use it with the GitHub App + Workflow & upload server click here
-
If you just want to look at results:
docker build -t sparql-conformance-ui .
Replace PORT and PATH
docker run --name sparql-conformance-ui -d -p PORT:3000 -v PATH:/public/results sparql-conformance-ui
Example mount:
-v /Users/username/Desktop/project/results:/public/results
This mounts your directory (which is the first path, do not change the second path) to the results directory used by the server.
Set it to the directory containing the result files.