diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-02-19 17:30:07 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-02-19 17:30:57 -0600 |
commit | e27e04a390886488ace0dd1cb3b4fbaaf7efd1f6 (patch) | |
tree | 33ab0fbb8b4f4266c848db4ca88d5532a7ddabc6 /docs/source/siteadmin/deploying.rst | |
parent | 157794d704bccc60ffa30fb613479ea98ab72300 (diff) | |
download | mediagoblin-e27e04a390886488ace0dd1cb3b4fbaaf7efd1f6.tar.lz mediagoblin-e27e04a390886488ace0dd1cb3b4fbaaf7efd1f6.tar.xz mediagoblin-e27e04a390886488ace0dd1cb3b4fbaaf7efd1f6.zip |
mediagoblin -> mediagoblin
Thanks Luismi for pointing this out!
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index de4ce1ac..f92ef601 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -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/mediagoblin.example.org 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/mediagoblin.example.org Install MediaGoblin and Virtualenv |