Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.25 KB

File metadata and controls

60 lines (41 loc) · 1.25 KB

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.18.*+ required

To Install ERPNext to your bench:

	$ bench get-app --branch version-14 erpnext https://github.com/frappe/erpnext.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 URY base app to the site :

	$ bench --site sitename install-app ury

Build the site :

	$ bench --site sitename build

Migrate the site :

	$ bench --site sitename migrate