To use this project template, you currently have to clone and locally publish the jibe project:
git clone git@github.com:scalawag/jibe.git
cd jibe
sbt package publish-local
The example jibe script, in example.scala, requires two vagrant vms in order to run successfully:
cd ..
git clone git@github.com:scalawag/jibe-template-minimal.git
cd jibe-template-minimal
vagrant up
To run the example script:
./bin/jibe run example
To view the results:
open results/latest/html/index.html