diff options
author | Jim Campbell <jcampbell@gnome.org> | 2015-03-29 13:39:09 -0500 |
---|---|---|
committer | Jim Campbell <jcampbell@gnome.org> | 2015-03-29 13:39:09 -0500 |
commit | 4ec1af119124d018920657291e1d52030b92b03f (patch) | |
tree | c807e0a43354240f505dc8ca1c7b807a48c4e61d /docs/source | |
parent | 82be36d125fd6c9618b8a70d94a11e1e170bcfbf (diff) | |
download | mediagoblin-4ec1af119124d018920657291e1d52030b92b03f.tar.lz mediagoblin-4ec1af119124d018920657291e1d52030b92b03f.tar.xz mediagoblin-4ec1af119124d018920657291e1d52030b92b03f.zip |
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
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 5 |
1 files 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 <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 ~~~~~~~~~~~~~~~~~~~~ |