If you're not running Windows or OS X, add vagrant to your path in your
~/.bashrc
:
PATH="/opt/vagrant/bin:$PATH"
- Clone this repository
- Run this :
cd <your clone>
./script/bootstrap
Install Ruby and its dependencies:
sudo aptitude install libxml2-dev libxslt-dev ruby1.9.1-full
vagrant up dev
The application is accessible locally in ./app
.
vagrant suspend dev
vagrant resume dev
vagrant destroy dev
vagrant ssh dev
Once on the VM, you can start GPS:
gnat-gps &
vagrant up package
vagrant package --vagrantfile Vagrantfile --output ada_demo.box
vagrant box add ada_demo ada_demo.box