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/bootstrapInstall Ruby and its dependencies:
sudo aptitude install libxml2-dev libxslt-dev ruby1.9.1-fullvagrant up devThe application is accessible locally in ./app.
vagrant suspend dev
vagrant resume devvagrant destroy devvagrant ssh devOnce on the VM, you can start GPS:
gnat-gps &vagrant up packagevagrant package --vagrantfile Vagrantfile --output ada_demo.boxvagrant box add ada_demo ada_demo.box