Want to help keep the Vagrant box on DigitalOcean for download? Consider donating a measely dollar: Donate BitCoins
Simple to use Vagrant virtual host setup for you to handle of your PHP 5.5 development. All that you have to do to get started is run the started command:
git clone https://www.github.com/JenkinsDev/VagrantPHP
cd VagrantPHP
vagrant up
Now all that is left is to put your projects in the sites
directory and code to your hearts content! When you are done you can run vagrant halt
to freeze the Vagrant VM.
IP: localhost/127.0.0.1
Port: 33060 (This is forwarded to our VM's 3306 port)
Username: root
Password: password
IP: localhost/127.0.0.1
Port: 20017 (This is forwarded to our VM's 27017 port)
Username: root
Password: password
IP: localhost/127.0.0.1
Port: 63790 (This is forwarded to our VM's 6379 port)