I want to install erpnext healthcare system

i want to install erpnext healthcare system steps plzz for v15

1 Like

I’ve never used the Healthcare app, but I’d assume it’s the same as installing any other frappe…

From the bench directory bench get-app healthcare then bench --site mysite.com install-app healthcare

1 Like

Hii @Abdrouf_Elshebanix

First, you need to successfully install the Frappe framework on your system.

  1. Navigate to your bench:
    cd /path/to/frappe-bench

  2. Create a new site:
    bench new-site sitename

  3. Install the healthcare app:
    bench get-app healthcare --branch version-15
    bench --site your-site-name install-app healthcare

Afterwards, run the following commands:
bench migrate
bench build

1 Like

Hi I follow these steps :
bench get-app healthcare
bench --site sitename install-app healthcare
bench --site ddd migrate

1 Like

i have followed these steps and now i get internal server error, Please help on this

1 Like

I GOT ERROR & RESOLVED BY DOING THIS:
bench update --reset --apps frappe
bench update --reset --apps erpnext

bench get-app healthcare --branch version-15-hotfix
bench --site YOUR-SITE-NAME install-app healthcare

bench update --reset --apps healthcare

1 Like