D-codE-Hub / ERPNext-installation-Guide

The complete guide to install ERPNext in your Ubuntu system
86 stars 90 forks source link

step 13 not working in Proxmox VM, should do a change in sysctl.conf first #3

Open RvLDSDM opened 2 years ago

RvLDSDM commented 2 years ago

STEP 13 initilise the frappe bench & install frappe latest version

bench init frappe-bench --frappe-branch version-13 cd frappe-bench/

for Proxmox VM: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

bench start