Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 815 Bytes

INSTALL.md

File metadata and controls

42 lines (29 loc) · 815 Bytes

URY Pulse Installation

Prerequisite Setup:

  • Before using URY Pulse, ensure you have URY and Frappe HR installed.
  • Follow the URY installation guide for the installation process.

To install URY Pulse, follow these steps:

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