From 4ec1af119124d018920657291e1d52030b92b03f Mon Sep 17 00:00:00 2001 From: Jim Campbell Date: Sun, 29 Mar 2015 13:39:09 -0500 Subject: [PATCH] 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 --- docs/source/siteadmin/deploying.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index af36728c..9c7bab22 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -51,19 +51,20 @@ MediaGoblin has the following core dependencies: - `SQLite `_/`PostgreSQL `_ - `Python Imaging Library `_ (PIL) - `virtualenv `_ +- `nodejs `_ 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 ~~~~~~~~~~~~~~~~~~~~