2018-03-05 07:46:34 +00:00
|
|
|
#!/bin/bash -eux
|
|
|
|
|
|
|
|
# Install ERPNext
|
2020-05-04 10:33:17 +00:00
|
|
|
wget https://raw.githubusercontent.com/frappe/bench/develop/install.py
|
2019-06-14 12:38:14 +00:00
|
|
|
python install.py --develop --user frappe --mysql-root-password frappe --admin-password admin
|