Skip to content

This repository contains a Docker Compose recipe for running Virtuoso + Varnish on Freebase e.g. for use with Aqqu.

Notifications You must be signed in to change notification settings

ad-freiburg/virtuoso-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtuoso + Varnish + Freebase for Aqqu

This repository contains a Docker Compose recipe for running Virtuoso + Varnish on Freebase for use with Aqqu.

Launch

Make sure you have Docker and Docker Compose set up on your machine. If it is not set up see here.

Also make sure your user is in the docker group.

Then in the checked out repository run:

docker-compose up -d # '-d' daemonizes, leave away to run interactively

You can stop a running instance with

docker-compose down

and show instances via

docker-compose ps

For some more tips you may find this cheatsheet helpful.

it should take care of setting up containers as well as downloading the necessary data.

To view the log run

docker-compose logs -f

About

This repository contains a Docker Compose recipe for running Virtuoso + Varnish on Freebase e.g. for use with Aqqu.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published