How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "tonybradford/ubuntu-php-dev" config.vm.box_version = "1" end
vagrant init tonybradford/ubuntu-php-dev \ --box-version 1 vagrant up
This version was created about 5 years ago.
first draft