ERPNext Development Setup

Table of Contents

ERPNext Development Setup (Manual)

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

Issues

Redis server not working:

redis.exceptions.ConnectionError: Error 111 connecting to 127.0.0.1:11000. Connection refused.

Solution

redis-server --port 11000 --daemonize yes
Tags :