How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mattburnett/cc-vagrant-dev-arm64"
end
vagrant init mattburnett/cc-vagrant-dev-arm64
vagrant up
This version was created about 2 years ago.
apache tweaks for dev sites
This version was created about 2 years ago.
Initial Build