How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "chenglong/manager"
config.vm.box_version = "4"
end
vagrant init chenglong/manager \
--box-version 4
vagrant up
This version was created about 8 years ago.
Clean installation with all manager dependencies... and ready to run
Only need;
vagrant up; # start the manager virtual machine vagrant provision; # needed for successive startup