2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-25 13:29:04 +00:00
bench/vm/scripts/debian_family/install_erpnext_production.sh

5 lines
203 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:40:04 +00:00
python install.py --production --user frappe --mysql-root-password frappe --admin-password admin