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.18.*+ required
- 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.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 URY base app to the site :
$ bench --site sitename install-app uryBuild the site :
$ bench --site sitename buildMigrate the site :
$ bench --site sitename migrate