aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorLoic Dachary <loic@dachary.org>2016-01-12 01:47:20 +0100
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-01-19 15:19:08 -0800
commit6ec0393df0539b485956bd125b266f78694acd12 (patch)
treecfcc01bbbd863a72cc807d251f71b2831571e2c8 /docs/source/siteadmin/deploying.rst
parent83d9b6c3f6e9b45f28d47670d404b4be8f00b223 (diff)
downloadmediagoblin-6ec0393df0539b485956bd125b266f78694acd12.tar.lz
mediagoblin-6ec0393df0539b485956bd125b266f78694acd12.tar.xz
mediagoblin-6ec0393df0539b485956bd125b266f78694acd12.zip
Fix #5359 - unpriviledged -> unprivileged
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 446dd461..8431d316 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -155,7 +155,7 @@ Drop Privileges for MediaGoblin
MediaGoblin does not require special permissions or elevated
access to run. As such, the preferred way to run MediaGoblin is to
create a dedicated, unprivileged system user for the sole purpose of running
-MediaGoblin. Running MediaGoblin processes under an unpriviledged system user
+MediaGoblin. Running MediaGoblin processes under an unprivileged system user
helps to keep it more secure.
The following command (entered as root or with sudo) will create a
@@ -199,7 +199,7 @@ Substitute your prefered local deployment path as needed.
Setting up the working directory requires that we first create the directory
with elevated priviledges, and then assign ownership of the directory
-to the unpriviledged system account.
+to the unprivileged system account.
To do this, enter the following command, changing the defaults to suit your
particular requirements. On a Debian-based platform you will enter this::
@@ -213,7 +213,7 @@ On an RPM-based distribution, enter this command::
.. note::
Unless otherwise noted, the remainder of this document assumes that all
- operations are performed using this unpriviledged account.
+ operations are performed using this unprivileged account.
Install MediaGoblin and Virtualenv