How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mblackmn/tei_centos"
config.vm.box_version = "0.3.6.0"
end
vagrant init mblackmn/tei_centos \
--box-version 0.3.6.0
vagrant up
This version was created over 5 years ago.
yum update and php-ssh2 installed