Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 1.5 KB

File metadata and controls

72 lines (50 loc) · 1.5 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.20.*+ required

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