To save time setting up software dependencies, we've provided some Vagrant Boxes.
After setting up Vagrant, download these boxes, or use our Vagrant files below.
Vagrant Boxes:
Vagrant files:
Note: If you've already downloaded the vagrant boxes, add them to vagrant to prevent re-downloading:
vagrant box add {boxname}
mkdir collins
cd collins
wget https://gist.githubusercontent.com/dalehamel/a33daefdd7e842f33e51/raw/106b2860184a7c5965ac2ac165ed8ec6a6002462/gistfile1.txt -O Vagrantfile
vagrant up
vagrant ssh
To start collins:
cd collins
git pull --rebase origin master
play run
To start the transmuter:
cd alchemy-linux-public
git pull --rebase origin master
bundle install
bundle exec ruby transmuter.rb
mkdir alchemy
cd alchemy
wget https://gist.githubusercontent.com/dalehamel/4ee424fbeaf929731ded/raw/80fb7050d6ce450f8e88829a18ffbece09ce00ad/gistfile1.txt -O Vagrantfile
vagrant up
vagrant ssh