2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 16:08:23 +00:00
bench/vm/scripts/debian_family/install_erpnext_develop.sh

5 lines
200 B
Bash
Raw Normal View History

2018-03-05 13:16:34 +05:30
#!/bin/bash -eux
# Install ERPNext
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