How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mblackmn/tei_centos"
end
vagrant init mblackmn/tei_centos
vagrant up
This version was created over 6 years ago.
Chef friendly, updated wkhtmltopdf to match production, updated security patches.
This version was created over 6 years ago.
Installed wkhtmltoX to match AWS
This version was created over 6 years ago.
Disabled firewall, January security patch.
This version was created over 6 years ago.
totalexpert log directory updates. phpunit installed. composer updated. OS updated.
This version was created almost 7 years ago.
Updated DNS to use google's so the vbox can survive windows sleep/hibernate.
This version was created almost 7 years ago.
Updated for registry for npmpackages.totalexpert.net
sudo yum -y updatesudo npm set registry https://npmpackages.totalexpert.netsudo yarn config set registry https://npmpackages.totalexpert.netThis version was created almost 7 years ago.
Centos 1708 compatible.
This version was created almost 7 years ago.
Fixed apcu via:
sudo sed -i '/cli/s/^;//g;/cli/s/0/1/g' /etc/php.d/40-apcu.ini
Security updates via sudo yum update
cleaned up some logs and old kernels
This version was created almost 7 years ago.
added wkhtmltoX 0.12.4 and fonts.d config
This version was created about 7 years ago.
sudo sed -i '/cli/s/;//g;/cli/s/0/1/g' /etc/php.d/40-apcu.ini;sudo yum update -y
Uncommenting and enabling the cli for php apcu and centos bug fixes.