kalpi
(Kalpi Savalia)
June 8, 2024, 1:59am
1
I am new with Bahmni, i have installed desktop docker and have pulled bahmni project images using cmd,
now when i access https://localhost/bahmni/home/index.html#/login its showing error
“The OpenMRS service is currently unavailable. Please check if the service is started and refresh the page once it is up.”
how can i resolve this?
1 Like
madhav
(Madhav Pandey)
June 18, 2024, 9:30am
2
@kalpi can mention which repo you used to pull up Bahmni? or can drop docker compose file here?
kalpi
(Kalpi Savalia)
June 19, 2024, 3:30pm
3
madhav
(Madhav Pandey)
June 19, 2024, 3:40pm
4
@kalpi this issue usually occurs when database is not UP, try bringing the database container first. Also, did you run from ./run-bahmni.sh script?
kalpi
(Kalpi Savalia)
June 19, 2024, 4:00pm
5
@madhav apologies for the silly question am not well versed with technical skills nor know, i did implement, the ./run-brahmin.sh script…
but do not know how i can bring the database container…
madhav
(Madhav Pandey)
June 20, 2024, 3:27am
6
@kalpi can you try the following (if you are using linux)
Go to project root folder
cd bahmni-standard
./run-bahmni.sh
And press 1 to continue.