Installation not proceed in ERPNext?

前端 未结 1 414
栀梦
栀梦 2021-01-06 11:38

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

1条回答
  •  孤街浪徒
    2021-01-06 12:08

    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)

    0 讨论(0)
提交回复
热议问题