diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-19 11:51:20 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-19 11:51:20 -0800 |
commit | c9cdb036578b9636821b2dd88b423f1ebf35559a (patch) | |
tree | c7ba55752c5892e792e9e5af4f7c68bba7a8e368 /docs/source/siteadmin/deploying.rst | |
parent | 5c58b69e51bd2bed1b48e260cb10f9e7f86d6097 (diff) | |
download | mediagoblin-c9cdb036578b9636821b2dd88b423f1ebf35559a.tar.lz mediagoblin-c9cdb036578b9636821b2dd88b423f1ebf35559a.tar.xz mediagoblin-c9cdb036578b9636821b2dd88b423f1ebf35559a.zip |
Move Ubuntu -> *buntu because of absurd trademark issues
For more context, see:
http://joeyh.name/blog/entry/trademark_nonsense/
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 8431d316..b4d89e94 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, Ubuntu, and +On a DEB-based system (e.g Debian, gNewSense, Trisquel, *buntu, and derivatives) issue the following command:: sudo apt-get install git-core python python-dev python-lxml \ @@ -376,7 +376,7 @@ 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, Ubuntu, and +On a DEB-based system (e.g Debian, gNewSense, Trisquel, *buntu, and derivatives) issue the following commands:: sudo ln -s /srv/mediagoblin.example.org/nginx.conf /etc/nginx/sites-enabled/ |