How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "morroni/baselamp"
config.vm.box_version = "1"
end
vagrant init morroni/baselamp \
--box-version 1
vagrant up
This version was created over 6 years ago.
This is a base LAMP box we use for development and production. Running CentOS 7 with MySQL, Apache, PHP. It is running a zsh shell with oh-my-zsh. It has emacs installed with the PHP module. It also has Nagios and TSM backups services installed.