While URY may work on existing ERPNext instance, it is recommended that you setup URY on a new frappe site created for URY.
ℹ️ Note : Minimum Node Version 18.20.*+ required
- Install ERPNext using the official installation guide.
To Install ERPNext to your bench:
bench get-app --branch version-15 erpnext https://github.com/frappe/erpnext.gitTo Install Frappe HR to your bench:
Frappe HR is a dependency for employee management reports in URY
bench get-app --branch hrms https://github.com/frappe/hrms.gitInstall the URY app to your bench:
bench get-app ury https://github.com/ury-erp/ury.gitCreate New site :
bench new-site sitenameInstall ERPNext to the site :
bench --site sitename install-app erpnextInstall Frappe HR to the site :
bench --site sitename install-app hrmsInstall URY app to the site :
bench --site sitename install-app uryBuild the site :
bench --site sitename buildMigrate the site :
bench --site sitename migrate