Install problems

hi there, i sucessfull install ERPNEXT with easy install.py

but when i restart the OS, it comes out the following error:

how should i do?

Check this.

thank you for the reply…

but i got error below:

HEY! USE SCREEN [root@localhost supervisor]# supervisorctl
unix:///var/run/supervisor/supervisor.sock no such file

please help

sudo supervisorctl restart all

Seems issue with supervisor.

Try,

sudo service supervisor stop
sudo service supervisor start 

it works. thank you very much