I’m running the Bahmni Virtual (Vagrant) Box on my mac to evaluate the software. It seems to start ok:
my-Air:bahmni-vagrant xxx$ vagrant up
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Checking if box ‘bahmni-team/bahmni’ version ‘0.91’ is up to date…
==> default: Clearing any previously set forwarded ports…
==> default: Clearing any previously set network interfaces…
==> default: Preparing network interfaces based on configuration…
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports…
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running ‘pre-boot’ VM customizations…
==> default: Booting VM…
==> default: Waiting for machine to boot. This may take a few minutes…
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM…
default: The guest additions on this VM do not match the installed version of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you see
default: shared folder errors, please make sure the guest additions within the
default: virtual machine match the version of VirtualBox you have installed on
default: your host and reload your VM.
default:
default: Guest Additions Version: 5.1.12
default: VirtualBox Version: 6.0
==> default: Configuring and enabling network interfaces…
==> default: Mounting shared folders…
default: /bahmni => /Users/xxx/Desktop/bahmni
default: /vagrant => /Users/xxx/Desktop/bahmni/bahmni-vagrant
==> default: Machine already provisioned. Run vagrant provision
or use the --provision
==> default: flag to force provisioning. Provisioners marked to run always will still run.
When i try to connect to it using https://192.168.33.10/home the machine hangs (for example, when i move the mouse it may take 30 secs before the mouse on the screen moves), and after 15 minutes i restart it. This has happened several times.
I wonder if its because my machine is not powerful enough to run it. These are the specs of the machine:
|Model Name:|MacBook Air|
| Model Identifier:|MacBookAir7,2|
| Processor Name:|Intel Core i5|
| Processor Speed:|1.6 GHz|
| Number of Processors:|1|
| Total Number of Cores:|2|
| L2 Cache (per Core):|256 KB|
| L3 Cache:|3 MB|
| Memory:|4 GB|
I don’t need OpenElis or DCM4Chee, so I was wondering if its possible to start Bahmni without these in order to reduce the load on my machine.
Thanks