2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

[Fix] Moved all production scripts under production folder

This commit is contained in:
shreyas 2016-05-18 18:53:01 +05:30
parent d8183de9b3
commit 3939787243
4 changed files with 3 additions and 3 deletions

View File

@ -220,7 +220,7 @@ def parse_commandline_args():
parser.add_argument('--site', dest='site', action='store', default='site1.local',
help='Specifiy name for your first ERPNext site')
parser.add_argument('--verbose', dest='verbosity', action='store_true', default=False,
help='Run the script in verbose mode')

View File

@ -5,10 +5,10 @@
- include: ../develop/install.yml
# Install the production environment
- include: ../develop/includes/setup_prod_env.yml
- include: includes/setup_prod_env.yml
# Setup Bench for production environment
- include: ../develop/includes/setup_bench_production.yml
- include: includes/setup_bench_production.yml
# Setup SELinux Policy, Optional can be done later
# - include: includes/setup_selinux_policy.yml