Prerequisite Setup:
- Before using URY Pulse, ensure you have URY and Frappe HR installed.
- Follow the URY installation guide for the installation process.
Create New Site:
$ bench new-site sitename
Install the Frappe HR app to your bench:
$ $ bench get-app hrms
Install the URY Pulse app to your bench:
$ bench get-app ury_pulse https://github.com/ury-erp/pulse.git
To install Frappe HR into site:
$ bench --site sitename install-app hrms
To install URY Pulse into site:
$ bench --site sitename install-app ury_pulse
Migrate the site:
$ bench --site sitename migrate