How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bahmni-team/bahmni"
config.vm.box_version = "0.93"
end
vagrant init bahmni-team/bahmni \
--box-version 0.93
vagrant up
This version was created 7 months ago.
Bahmni v0.93 box built on top of bento/centos-7.6 image. Use this box for local development or demo. Not recommended for production purposes without proper hardening.
For more information on Bahmni releases see: https://bahmni.atlassian.net/wiki/spaces/BAH/pages/70221837/All+Bahmni+Releases