This is a Ubuntu 12.04 Vagrant box. It uses Upstart for running the triplestore server.
Provision and login:
vagrant up vagrant ssh
The Sparql endpoint is here.
Create test data:
cd /vagrant ./create_data.sh
Load data into the triplestore:
cd /vagrant ./load_data.sh
Run BSBM test suite:
cd /vagrant ./run_tests.sh
Or do everything in one go:
cd /vagrant && ./create_data.sh && ./load_data.sh && ./run_tests.sh