diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-27 09:36:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-27 09:37:49 +0200 |
commit | 6d8e1f28e3a81d88d13a9ce7db51837413904eff (patch) | |
tree | 1e105eab2ac6e5982458e685cb529be96914386f /support/doc | |
parent | 248875d243cdb868958c24a0c8031080628c57d7 (diff) | |
download | PeerTube-6d8e1f28e3a81d88d13a9ce7db51837413904eff.tar.gz PeerTube-6d8e1f28e3a81d88d13a9ce7db51837413904eff.tar.zst PeerTube-6d8e1f28e3a81d88d13a9ce7db51837413904eff.zip |
Set permissions in production.md
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 43f8eb8a5..8b13041f8 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -66,6 +66,7 @@ Open the peertube directory, create a few required directories | |||
66 | ``` | 66 | ``` |
67 | $ cd /var/www/peertube | 67 | $ cd /var/www/peertube |
68 | $ sudo -u peertube mkdir config storage versions | 68 | $ sudo -u peertube mkdir config storage versions |
69 | $ sudo -u peertube chmod 750 config/ | ||
69 | ``` | 70 | ``` |
70 | 71 | ||
71 | Download the latest version of the Peertube client, unzip it and remove the zip | 72 | Download the latest version of the Peertube client, unzip it and remove the zip |