This repo is aimed to help spinning up VM with Jena + Fuseki installed on local computer. It runs fuseki on 3030 port. Credentials:
- login: admin
- password: pw
Backups are available in the host VM under /fuseki/backups
folder.
You need to install:
- Virtualbox
- Vagrant
- Execute the following command from the project directory:
vagrant up
You might see an error like below. Ignore it
Stderr: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
- Execute following command once again
vagrant up
- Execute
vagrant destroy
- Execute
vagrant global-status
Follow output instructions