How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "morroni/baselemp"
end
vagrant init morroni/baselemp
vagrant up
This version was created almost 9 years ago.
There isn't a description.
virtualbox | ||
---|---|---|
unknown | Externally hosted (marty.morroni.com) |
vsphere | ||
---|---|---|
unknown | Externally hosted (marty.morroni.com) |
This version was created about 9 years ago.
This is a base LEMP box we use for development and production. Running CentOS 7 with MySQL, Nginx, 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.