Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 543 Bytes

running.md

File metadata and controls

14 lines (13 loc) · 543 Bytes

Running with docker-compose

Compatible down to docker-compose version 1.25.0, see here for other ways to configure docker-compose >1.25.0

# clone repo
git clone https://github.com/dbpedia/gstore.git
cd gstore
# create folder (writable by all services)
mkdir databus
# run docker-compose (builds new image from the sources), this will start virtuoso
docker-compose up --build
# or (for running gstore with Jena Fuseki)
docker-compose -f docker-compose-fuseki.yml up --build