How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "capensis/canopsis-centos7-virtualbox"
config.vm.box_version = "0.6"
end
vagrant init capensis/canopsis-centos7-virtualbox \
--box-version 0.6
vagrant up
This version was created over 5 years ago.
Be sure to install Virtualbox (+ guest additions) before starting this box
vagrant init capensis/canopsis-centos7-virtualbox && vagrant up --provider virtualbox
After box was booted, you can browse URL below :
Default login/password ( root/root )
Warning: check that 8082/TCP port is not used by another program before to start, otherwise the box will not boot successfully