Don't Start from Scratch Install ERPNext and HRMS
If you already have a local Frappe Framework set up, why start from zero?
In this step-by-step tutorial, I walk you through how to install ERPNext and HRMS on your existing Frappe environment—saving you time, effort, and unnecessary complexity. Instead of manually creating DocTypes from scratch, you’ll learn how to leverage fully built, production-ready modules that are designed to handle real business operations right away.
This guide is perfect for developers, business owners, and consultants who want to accelerate system implementation without reinventing the wheel. By the end of this tutorial, you’ll have a working ERPNext and HRMS setup that you can immediately customize and adapt to your company’s workflow.
Build smarter. Deploy faster. Focus on improving your processes—not rebuilding what already exists.
Here's How
1. Switch to frappe user and go to frappe-bench directory
>su - frappe
>cd frappe-bench/
2. Fetch apps from GitHub
>bench get-app --branch version-16 erpnext
>bench get-app --branch version-16 hrms