docs: Require nodejs-legacy on Debian-based systems. Remove un-needed text.

Per this announcement [0], Debian is using 'nodejs-legacy' as a
compatability package for what they used to call 'node'.
- Fixes bug 5080 [1].

Remove note about warning that users would no longer see.

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614907#108
[1] https://issues.mediagoblin.org/ticket/5080
This commit is contained in:
Jim Campbell 2015-04-19 12:39:05 -05:00
parent 3252f73836
commit ef2642f7bb

View File

@ -69,7 +69,7 @@ On a DEB-based system (e.g Debian, gNewSense, Trisquel, Ubuntu, 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 \
python-imaging python-virtualenv npm automake python-imaging python-virtualenv npm nodejs-legacy automake
On a RPM-based system (e.g. Fedora, RedHat, and derivatives) issue the On a RPM-based system (e.g. Fedora, RedHat, and derivatives) issue the
following command:: following command::
@ -174,12 +174,8 @@ to log in as this user. To switch to this account, enter::
sudo su mediagoblin -s /bin/bash sudo su mediagoblin -s /bin/bash
You may get a warning similar to this when entering these commands:: To return to your regular user account after using the system account, type
``exit``.
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``.
.. _create-mediagoblin-directory: .. _create-mediagoblin-directory: