aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/siteadmin/deploying.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 0578d0cc..b636fb21 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -223,10 +223,19 @@ particular requirements::
# Debian
sudo mkdir --parents /srv/mediagoblin.example.org
sudo chown --no-dereference --recursive mediagoblin:www-data /srv/mediagoblin.example.org
+ find /srv/mediagoblin.example.org -type d -exec chmod 755 {} \;
+ find /srv/mediagoblin.example.org -type f -exec chmod 644 {} \;
+ find /srv/mediagoblin.example.org/mediagoblin/user_dev/crypto -type d -exec chmod 750 {} \;
+ find /opt/mediagoblin.example.org/mediagoblin/user_dev/crypto -type f -exec chmod 640 {} \;
# Fedora
sudo mkdir --parents /srv/mediagoblin.example.org
sudo chown --no-dereference --recursive mediagoblin:nginx /srv/mediagoblin.example.org
+ sudo chown --no-dereference --recursive mediagoblin:www-data /srv/mediagoblin.example.org
+ find /srv/mediagoblin.example.org -type d -exec chmod 755 {} \;
+ find /srv/mediagoblin.example.org -type f -exec chmod 644 {} \;
+ find /srv/mediagoblin.example.org/mediagoblin/user_dev/crypto -type d -exec chmod 750 {} \;
+ find /opt/mediagoblin.example.org/mediagoblin/user_dev/crypto -type f -exec chmod 640 {} \;
Install MediaGoblin and Virtualenv