docs: Don't tell people to use chmod 777

Fixes #156
This commit is contained in:
Pierre Rudloff 2018-03-04 19:59:50 +01:00
parent e7be0b36f4
commit 2ae2141a46
1 changed files with 4 additions and 1 deletions

View File

@ -31,9 +31,12 @@ you might want to specify the path to avconv/ffmpeg in your config file.)
You should also ensure that the *templates_c* folder has the right permissions:
```bash
chmod 777 templates_c/
chmod 770 templates_c/
```
(You need to adapt this to your permission model.
You can find more information about this [in the Smarty documentation](https://www.smarty.net/docsv2/en/installing.smarty.basic.tpl#id2778738).)
If your web server is Apache,
you need to set the `AllowOverride` setting to `All` or `FileInfo`.