2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 17:24:41 +00:00
bench/playbooks/production/install.yml

10 lines
262 B
YAML
Raw Normal View History

---
# Install the common pre-requisites for the setting up bench
- include: ../develop/install.yml
- include: includes/setup_inputrc.yml
# Setup Bench for production environment
- include: includes/setup_bench_production.yml
2016-06-28 06:41:06 +00:00
when: not run_travis