mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
8 lines
299 B
Bash
8 lines
299 B
Bash
#!/bin/bash -eux
|
|
|
|
# Install base requirements.
|
|
apt-get install -y curl git wget vim python-dev gcc
|
|
|
|
# Install ERPNext
|
|
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
|
|
sudo python install.py --production --user frappe --mysql-root-password frappe --admin-password admin |