4

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 enter image description here

Rushabh Mehta
  • 1,463
  • 16
  • 15
Ankit Agrawal
  • 6,034
  • 6
  • 25
  • 49

1 Answers1

-1

Try with these commands:

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

  2. Move to the root user : Try sudo su (16.04) or su root(<16.04)

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

Yaron
  • 10,166
  • 9
  • 45
  • 65
Bhavik patel
  • 121
  • 1
  • 8