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 sitenameInstall the Frappe HR app to your bench:
$ $ bench get-app hrmsInstall the URY Pulse app to your bench:
$ bench get-app ury_pulse https://github.com/ury-erp/pulse.gitTo install Frappe HR into site:
$ bench --site sitename install-app hrmsTo install URY Pulse into site:
$ bench --site sitename install-app ury_pulseMigrate the site:
$ bench --site sitename migrate