Docker image for Thor.
An interactive SPARQL Editor for K-samsök (forked for use with Heritage Connector)
docker build --no-cache . -t thor
docker run -p 80:80 thor
or to run as a demon
docker run -d --restart=always -p 80:80 thor
docker stop thor
Docker image for Thor.
An interactive SPARQL Editor for K-samsök (forked for use with Heritage Connector)
docker build --no-cache . -t thor
docker run -p 80:80 thor
or to run as a demon
docker run -d --restart=always -p 80:80 thor
docker stop thor