Skip to content
Snippets Groups Projects
Commit 4ef4209f authored by Jameson Rollins's avatar Jameson Rollins
Browse files

update CONTRIBUTING about web dir permissions

parent 239047a2
No related branches found
No related tags found
No related merge requests found
...@@ -98,8 +98,11 @@ exec python3 -m locklost.web ...@@ -98,8 +98,11 @@ exec python3 -m locklost.web
Note the `LOCKLOST_WEB_ROOT` variable, which tells the cgi script where Note the `LOCKLOST_WEB_ROOT` variable, which tells the cgi script where
the base URL of the web pages. the base URL of the web pages.
Finally, make the script executable: Finally, make sure the web script is executable and the web directory
tree is only owner writable:
```shell ```shell
$ chmod 755 ~/public_html
$ chmod 755 ~/public_html/lockloss
$ chmod 755 ~/public_html/lockloss/index.cgi $ chmod 755 ~/public_html/lockloss/index.cgi
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment