docs/recipe/deploy/writable.md
require 'recipe/deploy/writable.php';
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.
:::info Autogenerated
The value of this configuration is autogenerated on access.
:::
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.
:::info Autogenerated
The value of this configuration is autogenerated on access.
:::
List of writable dirs.
One of:
'acl'
Using sudo in writable commands?
false
Use recursive mode (-R)?
false
The chmod mode.
'0755'
List of additional groups to give write permission to.
Force ACLs to be reapplied even if they already exist. Useful when recursive ACLs need to reach new nested paths but sudo isn't available. Slower, so enable only to fix writable dir permissions.
false
Makes writable dirs.