A no-nonsense environment for PHP development.
This Vagrantfile configuration requires Vagrant 1.5+, VirtualBox, vagrant-omnibus and librarian-chef
- Install Librarian Chef
gem install librarian-chef
- Get cookbooks
librarian-chef install
- Install vagrant-omnibus
vagrant plugin install vagrant-omnibus
- Provision box
vagrant up
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request