2018-03-05 13:16:34 +05:30
|
|
|
#!/bin/bash -eux
|
|
|
|
|
|
|
|
# Install ERPNext
|
2020-05-04 16:03:17 +05:30
|
|
|
wget https://raw.githubusercontent.com/frappe/bench/develop/install.py
|
2019-06-14 18:08:14 +05:30
|
|
|
python install.py --develop --user frappe --mysql-root-password frappe --admin-password admin
|