aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorVijeth Aradhya <vijthaaa@gmail.com>2017-06-10 20:06:40 +0000
committerVijeth Aradhya <vijthaaa@gmail.com>2017-06-10 20:06:40 +0000
commitdd0db38e2c26f8601f92b0c91f1d24a2b8e71b7e (patch)
treeb927c35c67a3dfe71a722290499d9eb6b38b58df /docs/source/siteadmin/deploying.rst
parent7cc9b6d1c7ab174485ddfbf8db63f14162e01d7b (diff)
parentc3356889c9ad4965539a7bd63b672f9669816771 (diff)
downloadmediagoblin-dd0db38e2c26f8601f92b0c91f1d24a2b8e71b7e.tar.lz
mediagoblin-dd0db38e2c26f8601f92b0c91f1d24a2b8e71b7e.tar.xz
mediagoblin-dd0db38e2c26f8601f92b0c91f1d24a2b8e71b7e.zip
Merge branch 'master' into 'multiple-qualities-backend'
RabbitMQ addition in master See merge request !1
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 80b60642..c7cc2403 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -70,20 +70,25 @@ derivatives) issue the following command::
sudo apt-get install git-core python python-dev python-lxml \
python-imaging python-virtualenv npm nodejs-legacy automake \
- nginx
+ nginx rabbitmq-server
On a RPM-based system (e.g. Fedora, RedHat, and derivatives) issue the
following command::
sudo yum install python-paste-deploy python-paste-script \
git-core python python-devel python-lxml python-imaging \
- python-virtualenv npm automake nginx
+ python-virtualenv npm automake nginx rabbitmq-server
(Note: MediaGoblin now officially supports Python 3. You may instead
substitute from "python" to "python3" for most package names in the
Debian instructions and this should cover dependency installation.
These instructions have not yet been tested on Fedora.)
+(Note: you might have to include additional repositories to a RPM-
+based system, because rabbitmq-server might be not included in
+official repositories. As an alternative, you can try installing
+redis-server and configure it as celery broker)
+
Configure PostgreSQL
~~~~~~~~~~~~~~~~~~~~