Does installation fail in ERPNext?

I am trying to install ERPNext on my system in an Ubuntu environment. But after python2.7 install_erpnext.py Block it.

he said it took time, I was expecting a day, but the process was stuck in the same position

see screenshot enter image description here

+4
source share
1 answer

Try the following commands:

  • wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py

  • Go to root user: Try sudo su(16.04) or su root(<16.04)

  • python install.py --develop --user frappe (or your username)

-1
source

Source: https://habr.com/ru/post/1535717/


All Articles