Move Ubuntu -> *buntu because of absurd trademark issues

For more context, see:
  http://joeyh.name/blog/entry/trademark_nonsense/
This commit is contained in:
Christopher Allan Webber 2016-02-19 11:51:20 -08:00
parent 5c58b69e51
commit c9cdb03657
3 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ MediaGoblin has the following core dependencies:
- `virtualenv <http://www.virtualenv.org/>`_ - `virtualenv <http://www.virtualenv.org/>`_
- `nodejs <https://nodejs.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:: derivatives) issue the following command::
sudo apt-get install git-core python python-dev python-lxml \ 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 (e.g. "``/etc/nginx/sites-enabled`` or ``/etc/nginx/conf.d``) with
one of the following commands. 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:: derivatives) issue the following commands::
sudo ln -s /srv/mediagoblin.example.org/nginx.conf /etc/nginx/sites-enabled/ sudo ln -s /srv/mediagoblin.example.org/nginx.conf /etc/nginx/sites-enabled/

View File

@ -55,7 +55,7 @@ offer for your media), we would do::
virtual environment before installing with pip. Otherwise the plugin virtual environment before installing with pip. Otherwise the plugin
may get installed in a different environment than the one MediaGoblin may get installed in a different environment than the one MediaGoblin
is installed in. Also make sure, you use e.g. pip-2.7 if your default is installed in. Also make sure, you use e.g. pip-2.7 if your default
python (and thus pip) is python 3 (e.g. in Ubuntu). python (and thus pip) is python 3 (e.g. in *buntu).
Once you've installed the plugin software, you need to tell Once you've installed the plugin software, you need to tell
MediaGoblin that this is a plugin you want MediaGoblin to use. To do MediaGoblin that this is a plugin you want MediaGoblin to use. To do

View File

@ -58,7 +58,7 @@ modify it to suit your environment's setup:
.. code-block:: bash .. code-block:: bash
# Set the WorkingDirectory, Environment and ExecStart values to match your environment. # Set the WorkingDirectory, Environment and ExecStart values to match your environment.
# If using Debian/Ubuntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. # If using Debian/*buntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively.
# If using Fedora/CentOS/Red Hat, mkdir and chown are located in /usr/bin/mkdir and /usr/bin/chown, respectively. # If using Fedora/CentOS/Red Hat, mkdir and chown are located in /usr/bin/mkdir and /usr/bin/chown, respectively.
[Unit] [Unit]
@ -90,7 +90,7 @@ The second file should be named ``mediagoblin-paster.service``:
.. code-block:: bash .. code-block:: bash
# Set the WorkingDirectory, Environment and ExecStart values to match your environment. # Set the WorkingDirectory, Environment and ExecStart values to match your environment.
# If using Debian/Ubuntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. # If using Debian/*buntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively.
# If using Fedora/CentOS/Red Hat, mkdir and chown are located in /usr/bin/mkdir and /usr/bin/chown, respectively. # If using Fedora/CentOS/Red Hat, mkdir and chown are located in /usr/bin/mkdir and /usr/bin/chown, respectively.
[Unit] [Unit]
Description=Mediagoblin Description=Mediagoblin