aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-07-31 15:16:52 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-07-31 15:16:52 -0700
commit9b60486894e437b90592ec5354f76d7c40ffd6b6 (patch)
treeda734dd78e69ed227e4544b890af8bd0cb0e2896 /docs/source/siteadmin/deploying.rst
parentbc23c8b9b6aecc5d0caddc8b49efb0d01212bba1 (diff)
downloadmediagoblin-9b60486894e437b90592ec5354f76d7c40ffd6b6.tar.lz
mediagoblin-9b60486894e437b90592ec5354f76d7c40ffd6b6.tar.xz
mediagoblin-9b60486894e437b90592ec5354f76d7c40ffd6b6.zip
minor styling updates to docs
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index a892bbd4..2f68912d 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -131,20 +131,20 @@ The following command (entered as root or with sudo) will create a
system account with a username of ``mediagoblin``. You may choose a different
username if you wish.::
- ``# adduser --system mediagoblin``
+ adduser --system mediagoblin
No password will be assigned to this account, and you will not be able
to log in as this user. To switch to this account, enter either::
- ``sudo su - mediagoblin`` (if you have sudo permissions)
+ sudo su - mediagoblin (if you have sudo permissions)
-or
+or::
- ``su - mediagoblin`` (if you have to use root permissions)
+ su - mediagoblin (if you have to use root permissions)
You may get a warning similar to this when entering these commands::
- ``warning: cannot change directory to /home/mediagoblin: No such file or directory``
+ warning: cannot change directory to /home/mediagoblin: No such file or directory
You can disregard this warning. To return to your regular user account after
using the system account, just enter ``exit``.
@@ -171,11 +171,11 @@ to the unpriviledged system account.
To do this, enter either of the following commands, changing the defaults
to suit your particular requirements::
- ``sudo mkdir -p /srv/mediagoblin.example.org && sudo chown -hR mediagoblin:mediagoblin /srv/mediagobin.example.org``
+ sudo mkdir -p /srv/mediagoblin.example.org && sudo chown -hR mediagoblin:mediagoblin /srv/mediagobin.example.org
-or (as the root user)
+or (as the root user)::
- ``# mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagobin.example.org``
+ mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagobin.example.org
Install MediaGoblin and Virtualenv