docs: Added npm/nodejs as a dependency. Also added automake.

These new dependencies are required as part of the 0.8 release.
Fixes https://issues.mediagoblin.org/ticket/5075
This commit is contained in:
Jim Campbell 2015-03-29 13:39:09 -05:00
parent 82be36d125
commit 4ec1af1191

View File

@ -51,19 +51,20 @@ MediaGoblin has the following core dependencies:
- `SQLite <http://www.sqlite.org/>`_/`PostgreSQL <http://www.postgresql.org/>`_
- `Python Imaging Library <http://www.pythonware.com/products/pil/>`_ (PIL)
- `virtualenv <http://www.virtualenv.org/>`_
- `nodejs <https://nodejs.org>`_
On a DEB-based system (e.g Debian, gNewSense, Trisquel, Ubuntu, and
derivatives) issue the following command::
sudo apt-get install git-core python python-dev python-lxml \
python-imaging python-virtualenv
python-imaging python-virtualenv npm automake
On a RPM-based system (e.g. Fedora, RedHat, and derivatives) issue the
following command::
yum install python-paste-deploy python-paste-script \
git-core python python-devel python-lxml python-imaging \
python-virtualenv
python-virtualenv npm automake
Configure PostgreSQL
~~~~~~~~~~~~~~~~~~~~