mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
[Fix] Moved all production scripts under production folder
This commit is contained in:
parent
d8183de9b3
commit
3939787243
@ -220,7 +220,7 @@ def parse_commandline_args():
|
|||||||
|
|
||||||
parser.add_argument('--site', dest='site', action='store', default='site1.local',
|
parser.add_argument('--site', dest='site', action='store', default='site1.local',
|
||||||
help='Specifiy name for your first ERPNext site')
|
help='Specifiy name for your first ERPNext site')
|
||||||
|
|
||||||
parser.add_argument('--verbose', dest='verbosity', action='store_true', default=False,
|
parser.add_argument('--verbose', dest='verbosity', action='store_true', default=False,
|
||||||
help='Run the script in verbose mode')
|
help='Run the script in verbose mode')
|
||||||
|
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
- include: ../develop/install.yml
|
- include: ../develop/install.yml
|
||||||
|
|
||||||
# Install the production environment
|
# Install the production environment
|
||||||
- include: ../develop/includes/setup_prod_env.yml
|
- include: includes/setup_prod_env.yml
|
||||||
|
|
||||||
# Setup Bench for production environment
|
# 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
|
# Setup SELinux Policy, Optional can be done later
|
||||||
# - include: includes/setup_selinux_policy.yml
|
# - include: includes/setup_selinux_policy.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user