mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
10 lines
262 B
YAML
10 lines
262 B
YAML
---
|
|
# 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
|
|
when: not run_travis
|