Skip to content

Commit 50b53bb

Browse files
committed
Add installation instructions to README
1 parent b454292 commit 50b53bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ This scripts tries to secure the site using the following scheme:
2525
- Content is owned using the same scheme but the web server can write as well.
2626

2727

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.
2837

2938

3039
## Usage

0 commit comments

Comments
 (0)