How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "webopninjas/centos-6.7"
end
vagrant init webopninjas/centos-6.7
vagrant up
This version was created about 7 years ago.
There isn't a description.
This version was created over 7 years ago.
Switched back to Percona MySQL
This version was created over 7 years ago.
Further pre-installation plus addition of mysql
This version was created over 7 years ago.
Added Apache/MySQL/Memcached/PHP pre-installation to decrease provision time. Updated baseline packages to ensure system is up to date and stable.
This version was created about 8 years ago.
Removed Box specific Vagrantfile
This version was created about 8 years ago.
There isn't a description.