===========
===========
===========
Note: all settings are stored in ~/.vagrant.d. If you want to do a clean install, just remove that folder.
===========
git clone https://github.com/shanecowherd/vagrant-php.git
cd vagrant-php===========
vagrant gem install vagrant-vbguest5) Download Server Image, I used one from http://www.vagrantbox.es
===========
vagrant box add base http://dl.dropbox.com/u/1537815/precise64.box
vagrant up===========
vagrant reload7) In a browser goto http://localhost:8081
===========
- If you make changes to httpd.conf reload your settings with
vagrant provision - To ssh into the server type
vagrant ssh - Mysql login:
vagrant - Mysql pass:
vagrant - HTTP Port:
8081but in your code you can use80 - Mysql Port:
13306but in your code you can use3306
===========
- Suspend the VM
vagrant suspend - Delete the VM
vagrant destroy