Writable Recipe
require 'recipe/deploy/writable.php';
Configuration
http_user
Used to make a writable directory by a server.
Used in chown
and acl
modes of writable_mode.
Attempts automatically to detect http user in process list.
Autogenerated
The value of this configuration is autogenerated on access.
http_group
Used to make a writable directory by a server.
Used in chgrp
mode of writable_mode only.
Attempts automatically to detect http user in process list.
Autogenerated
The value of this configuration is autogenerated on access.
writable_dirs
List of writable dirs.
writable_mode
One of:
- chown
- chgrp
- chmod
- acl
- sticky
- skip
Default value
'acl'
writable_use_sudo
Using sudo in writable commands?
Default value
false
writable_recursive
Use recursive mode (-R)?
Default value
false
writable_chmod_mode
The chmod mode.
Default value
'0755'
Tasks
deploy:writable
Makes writable dirs.