How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "NeovaHealth/nh-nhcdemo-build"
config.vm.box_version = "0.1"
end
vagrant init NeovaHealth/nh-nhcdemo-build \
--box-version 0.1
vagrant up
This version was created over 8 years ago.
NHC Demo Build, Centos 6.7 with NH Defaults and NH Clinical & openeObs installed