We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mkdir vagrant_practice && cd $_
vagrant init precise32 http://files.vagrantup.com/precise32.box
vagrant up
vagrant ssh
wget -q https://raw.github.com/AgileVentures/LocalSupport/develop/ubuntu-install.sh
IN PROGRESS
vagrant up --provision
vagrant provision
vagrant reload
--provision
telnet localhost 4567
vagrant halt
vagrant destroy