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.gitInstall the URY base 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 uryMigrate the site :
$ bench --site sitename migrateInstall the URY Mosaic app to your bench:
$ bench get-app ury_mosaic https://github.com/ury-erp/mosaic.gitInstall the URY Mosaic into site:
$ bench --site sitename install-app ury_mosaicInstall the URY POS app to your bench:
$ bench get-app ury_pos https://github.com/ury-erp/pos.git
Install URY POS into site:
$ bench --site sitename install-app ury_posInstall the URY Pulse app to your bench:
$ bench get-app ury_pulse https://github.com/ury-erp/ury_pulse.gitInstall URY Pulse into site:
$ bench --site sitename install-app ury_pulse