Skip to main content

Installing Pulse

Prerequisite

  • Before using URY Pulse, ensure you have URY installed.

Installation steps

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