How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mblackmn/tei_centos"
config.vm.box_version = "0.3.1.1"
end
vagrant init mblackmn/tei_centos \
--box-version 0.3.1.1
vagrant up
This version was created over 6 years ago.
Fixed the mariadb sql mode. Added: sql_mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION under: [mysqld]