ERPNext Development Setup

Table of Contents

ERPNext Development Setup

Frappe Bench

bench init [bench name]

Create a site

bench new-site erpnext.localhost

Installing ERPNext

# Get the ERPNext app
bench get-app https://github.com/frappe/erpnext

# Install the app
bench --site erpnext.localhost install-app erpnext
#adding to host
bench --site erpnext.localhost add-to-hosts
Tags :