URY Installation
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.git
To 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.git
Install the URY app to your bench:
bench get-app ury https://github.com/ury-erp/ury.git
Create New site :
bench new-site sitename
Install ERPNext to the site :
bench --site sitename install-app erpnext
Install Frappe HR to the site :
bench --site sitename install-app hrms
Install URY app to the site :
bench --site sitename install-app ury
Build the site :
bench --site sitename build
Migrate the site :
bench --site sitename migrate