vagrant install with OpenElis and DCM4Chee disabled

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

We’d like to know as well, to improve performance, and shorten installation time. I thought I understood we could disable these services by changing our inventory, but with this configuration OpenELIS is still installed and running:

localhost ansible_connection=local

[nagios-server]

[bahmni-emr]
localhost

[bahmni-emr-db]
localhost

[bahmni-emr-db-slave]

[bahmni-erp]

[bahmni-erp-db]

[bahmni-erp-db-slave]

[bahmni-lab]

[bahmni-lab-db]

[bahmni-lab-db-slave]

[bahmni-reports]
localhost

[bahmni-reports-db]
localhost

[bahmni-reports-db-slave]

[atomfeed-console]

[pacs-integration]

[pacs-integration-db]

[pacs-integration-db-slave]

[dcm4chee]

[dcm4chee-db]

[dcm4chee-db-slave]

[bahmni-event-log-service]

[bahmni-offline]

[mysql-backup-tool]

[postgres-backup-tool]

[bahmni-backup-artifacts]


[local:children]
nagios-server
bahmni-emr
bahmni-emr-db
bahmni-emr-db-slave
bahmni-reports
bahmni-reports-db
bahmni-reports-db-slave
bahmni-event-log-service
bahmni-offline
atomfeed-console
mysql-backup-tool
bahmni-backup-artifacts

You don’t need to remove “bahmni-lab” from the group. Just don’t put any entry under [bahmni-lab] in the inventory file.