Installing URY
While URY may work on existing ERPNext instance, it is recommended that you setup URY on a new frappe site created for URY.
- Install ERPNext using the official installation guide.
To Install ERPNext to your bench:
$ bench get-app --branch version-14 erpnext https://github.com/frappe/erpnext.git
Install the URY base 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 URY base app to the site :
$ bench --site sitename install-app ury
Migrate the site :
$ bench --site sitename migrate