How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "Gigasavvy/centos7-LAMP"
config.vm.box_version = "0.0.4"
end
vagrant init Gigasavvy/centos7-LAMP \
--box-version 0.0.4
vagrant up
This version was created over 6 years ago.
This is a clone of the CentOS/7 box with the following software pre-installed:
The root password for both the OS and MySQL is "vagrant". Both Apache and Varnish are setup to run under the user "vagrant". Apache, Varnish & MySQL are all enabled as services.
I have also installed the following utilities
Some helpful functions & aliases