Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
sfl-boilerplate
Commits
5a090362
Commit
5a090362
authored
Mar 30, 2016
by
Emmanuel Milou
Browse files
Add section for environments
parent
60ac9cec
Changes
2
Hide whitespace changes
Inline
Side-by-side
conf/drupalizer.py
View file @
5a090362
...
...
@@ -28,6 +28,10 @@ env.site_admin_user = 'admin'
env
.
site_admin_pass
=
'admin'
env
.
site_subdir
=
'default'
# Database dump
# To enable it, replace the boolean value with the absolute path of a gzipped SQL dump file.
env
.
db_dump
=
False
# Docker
...
...
@@ -35,11 +39,29 @@ env.docker_workspace = '/opt/sfl'
env
.
docker_site_root
=
'{}/src/drupal'
.
format
(
env
.
docker_workspace
)
env
.
bind_port
=
8001
env
.
apache_user
=
'www-data'
# Docker auto-added container IP
env
.
container_ip
=
'172.17.0.0'
env
.
container_ip
=
'172.17.0.2'
# Hook commands
env
.
hook_post_install
=
[
'drush fra -y'
,
'drush cc all'
]
env
.
hook_post_update
=
[
'drush fra -y'
,
'drush cc all'
]
env
.
aliases
=
{
'dev'
:
{
'aegir'
:
True
,
'host'
:
'sfl-aegir-azure.savoirfairelinux.net'
,
'user'
:
'aegir'
,
'root'
:
'/var/aegir/platforms/'
,
'aegir_platform'
:
'{name}-{env}-{build}'
,
'aegir_path'
:
'/var/aegir'
,
'aegir_destsrv'
:
'server_sflringwebstagingringcx'
,
},
'dev2'
:
{
'host'
:
'sfl-aegir-azure.savoirfairelinux.net'
,
'user'
:
'aegir'
,
'root'
:
'/var/aegir/drupalizer/drupal/'
,
},
}
fabfile
@
ca6af9d8
Compare
6a8a766d
...
ca6af9d8
Subproject commit
6a8a766dcfc8be5ee6a9cc2a0a7941d9dfeeb301
Subproject commit
ca6af9d868bd5ff1117b9273c26e13f202776e49
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment