How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bahmni-team/bahmni"
config.vm.box_version = "0.78"
end
vagrant init bahmni-team/bahmni \
--box-version 0.78
vagrant up
This version was created over 8 years ago.
The current stable Bahmni release based on the new RPM architecture and Ansible provisioning.