I try to install and test your Docker Bhamani Project. I believe it is a good project because it has all the necessary things such as a lab, a Data chart, and so on.
I tried much time to install from GitHub clone the repo and use docker-compose up commend, but I can not successfully log to bahmni.
In your instruction, I can not find Bahmani’s username and password. Would you provide me default username and password? Also, I had some problems when logging Openmrs, it has not accepted username and password. I try to use your default username and password: superman and Admin123, but it does not accept it. Also, Would you tell me what is requirement ram and memory needs are for install of this project?
Hello @mksrom,
Thanks for the reply! I still have the same problem when I run on digital ocean and Azure cloud service. I am sending screenshots would you take a look?
Also, Would you tell me if your project can run Arm A1 Instances in the oracle cloud?
I am thinking I am doing wrong to install the Docker Bahmani project. Would you give me first to last step-by-step instructions which would be so helpful for me?
@mksrom Again, Thank you so much for your reply.
I still have a problem downloading of your project and I follow the quick start guide you give to me.
Please take a look at the screenshot of what I am doing worng? Please
@mksrom
Would you tell me what would be $VERSION variable value?
Yes, I did the first step and did not succeed but, the second step “Bahmni Distro Haiti” was successful.
I can not find the requirement instrucation of your project. what port does need to open? Does it need java and what version? Does it need maven? Also, Does it need a docker? Thanks
Thanks for pointing this out. I’ll add this in the documentation.
For info, it requires:
Maven
Docker
Docker Compose
in recent versions.
As for the ports, it would be 80 (443 if SSL is enabled) (Proxy: OpenMRS, OpenELIS), 8069 (Odoo) and 9003 (Metabase) by default. You can of course override any of those.
Hello @mksrom
I try of your advice, unfortunately, I can not successfully install the docker Bahmani project. Please take a look at the screenshot and let me know what is wrong.
My suggestion would you try this project run into your virtual box and let me know does it get any problem or not? Thank you
I’ve made some more changes in the documentation in order to improve clarity and simplify the commands to be run.
You just have to copy and paste it at this point and things should work. I’ve tried it many times now.
However, if you’ve had run everything correctly but there is still an error, would you mind sharing the log of the OpenMRS container? In https://paste-bin.xyz/ or equivalent.
Running docker logs haiti_openmrs_1 > openmrs.log should save the logs in a file.
Mind that the container name may not be haiti_openmrs_1 but haiti-openmrs-1. Check this with docker ps.
Additionally, you may want to down -v everything in order to be sure to start afresh.
About the issue, I would suspect that the your openmrs service volume does not point to a place where the modules are. So probably an issue with your exports.
Could you share the results of this (when run in the same window where you’ve exported the variables):
echo $OPENMRS_MODULES_PATH
ls -al $OPENMRS_MODULES_PATH