Databus Gitbook
Gstore
Gstore
  • README
  • Install and Run
  • Usage
  • API doc
  • Developer notes
Powered by GitBook
On this page

Install and Run

PreviousREADMENextUsage

Last updated 3 years ago

Compatible down to docker-compose version 1.25.0, 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
see here