How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "NeovaHealth/nh-deploy"
config.vm.box_version = "0.7.0"
end
vagrant init NeovaHealth/nh-deploy \
--box-version 0.7.0
vagrant up
This version was created almost 9 years ago.
NH Deploy