docs: Added npm/nodejs as a dependency. Also added automake.
authorJim Campbell <jcampbell@gnome.org>
Sun, 29 Mar 2015 18:39:09 +0000 (13:39 -0500)
committerJim Campbell <jcampbell@gnome.org>
Sun, 29 Mar 2015 18:39:09 +0000 (13:39 -0500)
These new dependencies are required as part of the 0.8 release.
Fixes https://issues.mediagoblin.org/ticket/5075

docs/source/siteadmin/deploying.rst

index af36728cb8d724abd892e7367c0d671da72eec65..9c7bab22f68c18d84fa0d242cfe17e5ddd765515 100644 (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
 ~~~~~~~~~~~~~~~~~~~~