2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 04:59:01 +00:00
bench/vm/scripts/debian_family/install_erpnext_develop.sh

5 lines
200 B
Bash
Raw Normal View History

2018-03-05 07:46:34 +00:00
#!/bin/bash -eux
# Install ERPNext
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