aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2020-04-28 13:36:48 +1000
committerBen Sturmfels <ben@sturm.com.au>2020-04-28 13:38:47 +1000
commit4e28403812dcc7f5fad984bd221e3d66546d47e7 (patch)
tree394c61d2d67c0fe67afe01d7e57e1bb4c541968b /docs/source/siteadmin/deploying.rst
parent9d1bb738f3403e84a514008237751bd7ba60f8cb (diff)
downloadmediagoblin-4e28403812dcc7f5fad984bd221e3d66546d47e7.tar.lz
mediagoblin-4e28403812dcc7f5fad984bd221e3d66546d47e7.tar.xz
mediagoblin-4e28403812dcc7f5fad984bd221e3d66546d47e7.zip
Fix Sphinx build warnings, remove gNewSense, *buntu -> Ubuntu.
The * feels like it might confuse no-programmers.
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index d5a7fe69..c91912af 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -65,7 +65,7 @@ MediaGoblin has the following core dependencies:
- `virtualenv <http://www.virtualenv.org/>`_
- `nodejs <https://nodejs.org>`_
-On a DEB-based system (e.g Debian, gNewSense, Trisquel, \*buntu, and
+On a DEB-based system (e.g Debian, gNewSense, Trisquel, Ubuntu, and
derivatives) issue the following command::
sudo apt-get install git-core python python3-dev python3-lxml \
@@ -344,7 +344,7 @@ exit to return to the root/sudo account.::
Waitress and nginx
-~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~
This configuration example will use Nginx, however, you may
use any webserver of your choice. If you do not already have
@@ -357,8 +357,8 @@ into a directory that will be included in your ``nginx`` configuration
(e.g. "``/etc/nginx/sites-enabled`` or ``/etc/nginx/conf.d``) with
one of the following commands.
-On a DEB-based system (e.g Debian, gNewSense, Trisquel, *buntu, and
-derivatives) issue the following commands::
+On a DEB-based system (e.g Debian, Trisquel, Ubuntu and derivatives)
+issue the following commands::
sudo ln -s /srv/mediagoblin.example.org/nginx.conf /etc/nginx/sites-enabled/
sudo systemctl enable nginx