Bahmni lite clinical config

Hi Team,

I am getting started as developer of Bahmni.

I have cloned bahmni-docker and setup bahmni-lite which works fine in local.

Even JavaScript changes works fine after configuring volumes and . env files.

I am stuck when I am trying to over-ride bahmni-config service. I have to pointed env compose_volume with latest clone of clinical-config due to which I am able overide apps but when I click on clinical services app it opens blank page.

I am very new to this product just started few weeks back have skimmed entire wiki nothing meaningful which can resolve this issue is found.

Reaching out for help as I already wasted more than 3 days on it.

Thanks

Welcome to the community @mukeshmishra3111 !

Have you commented out the bahmni-config service in the docker-compose.yml file?

Step 2 in this page: https://bahmni.atlassian.net/wiki/spaces/BAH/pages/3117449270/Using+Implementation+specific+Configuration+docker

Have you set the ‘CONFIG_VOLUME’ parameter in the .env file to the local folder that contains the config files?

If this doesn’t help, could you share the changes you made to your docker-compose and .env (or .env.dev) files?

Thanks @taseew for warm welcome. I have attached the current config above.

I gave a try with bahmni-standard and with almost similar configuration and it is working for now.

I faced problem with bahmni-lite where i have applied similar config with COMPOSE_PROFILE=bahmni-lite

CONFIG_VOLUME was pointing to clinical-config repos master latest branch. BAHMNI_APPS_PATH was same.

Yes, I commented the bahmni-config service as per above documentation from docker-compose.yml file.

I investigated and found the reason “It was creating issue with OpenMRS“ service and that OpenMRS services was not coming up.

I have deleted entire bahmni-lite setup like cleaned all docker container and started fresh with bahmni-standard.