Hi @revant_one ,
I have successfully installed erpnext using https://github.com/frappe/frappe_docker/blob/main/docs/single-server-example.md
But healthcare module is missing…
Can you please help how to install healthcare app to erpnext?
thanks!
Hi @revant_one ,
I have successfully installed erpnext using https://github.com/frappe/frappe_docker/blob/main/docs/single-server-example.md
But healthcare module is missing…
Can you please help how to install healthcare app to erpnext?
thanks!
Hi @Neeraj_Singh,
[Edit]
In version 13, please go to the domain setting and enable the healthcare module.
In version 14, you have to install some apps separately. Please check it.
Thank You!
Hi @NCP
Thanks for reply!
I tried to use GitHub - castlecraft/custom_frappe_docker. But getting error-
Can you please share steps how to install healthcare app separately, using frappe_docker?
@revant_one can you please look into this? thanks in advance!
set the version to v14.7.0
. Tag version-14.7.0
won’t work. There is no such image to pull from.
Need your help,
I couldn’t find out health care app in the domain setting. once I setup for production OVA. Its showing only retail and manufacture
Hi @Boosa_Shravan,
Health Care app is sepretly in version-14. so you should install the app via
bench get-app -branch version-14 healthcare
Then check it.
Thank You!
Try:
docker ps -a
note the names of the containers you wish to install to
sudo docker exec -it pwd-backend-1 bash
in this case we install inside the pwd-backend-1 container name
then when inside that container, try:
bench get-app --branch version-14 healthcare
and then still inside try:
bench --site sive.host install-app healthcare
where you replace sive.host with your own website address or domain.
You can repeat for docker name pwd-frontend-1 and pwd-scheduler-1, and other applicable containers if the IMAGE is frappe/erpnext:v14.xx.x, then restart your entire system.