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
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)
sudo su
su root
python install.py --develop --user frappe(or your username)
python install.py --develop --user frappe