You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,15 @@ This scripts tries to secure the site using the following scheme:
25
25
- Content is owned using the same scheme but the web server can write as well.
26
26
27
27
28
+
## Installation
29
+
30
+
Clone or donwload the repository content to your server.
31
+
32
+
Link to `drupal_fix_permissions.sh` in the `/usr/local/bin` or another folder present in users's PATH.
33
+
34
+
If you are using `autofix-drupal-perms.sh`, link it as well. Because it expects `drupal_fix_permissions.sh` to be at `/usr/local/bin` make sure that path exists or edit the autofix script.
35
+
36
+
If required, edit your sudo configuration to allow users to run `drupal_fix_permissions.sh` as root.
0 commit comments