I am trying to install ERPNext on my system at Ubuntu environment.but after python2.7 install_erpnext.py commond it stuck.
it said that it take time,i had wait for a day but process stucked at same position
please see the screenshot
I am trying to install ERPNext on my system at Ubuntu environment.but after python2.7 install_erpnext.py commond it stuck.
it said that it take time,i had wait for a day but process stucked at same position
please see the screenshot
Try with these commands:
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
Move to the root user :
Try sudo su
(16.04) or su root
(<16.04)
python install.py --develop --user frappe
(or your username)