ERPNext-Production_v14.8.0 ova download link

After Installation the bench is not restarting
So i did this :-

chmod -R o+rx /home/frappe

sudo nano /etc/supervisor/supervisord.conf

(Add these lines under [unix_http_server])

chmod=0760
chown=frappe:frappe

then restart supervisord

sudo supervisorctl reload

or

sudo service supervisor restart

1 Like