How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mblackmn/tei_centos"
config.vm.box_version = "0.3.3.0"
end
vagrant init mblackmn/tei_centos \
--box-version 0.3.3.0
vagrant up
This version was created about 6 years ago.
CentOS Security patches installed Added xdebug.remote_host=10.0.2.2 to php.ini Upgraded new VBoxguestadditions to 5.2.14 Vagrantfile was updated to set permissions on /vagrant shared directory to 0740 and files to 0644 and ownership to vagrant:nobody to be more in line with production.