This guide installs Frappe HRMS using the Frappe Bench tool on Linux.
Install Frappe Bench with pip3, which is provided by Python.
pip3 install frappe-bench
Create a new Bench workspace for Frappe apps.
bench init hrms-bench
Download the HRMS application into the Bench workspace.
cd hrms-bench && bench get-app hrms
Create a new site and install the HRMS app.
bench new-site hrms.local && bench install-app hrms
Run the local development server for testing.
bench start
Prefer automation? See Frappe HRMS Ansible Setup for an example playbook.
Prefer containers? See Frappe HRMS Docker Setup.
Any questions?
Feel free to contact us. Find all contact information on our contact page.