comparison docs/installation.rst @ 762:6e8322c438ca beta

docs updates
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 26 Nov 2010 00:11:12 +0100
parents 9bacc4194efa
children a040597b070b
comparison
equal deleted inserted replaced
761:56c2850a5b5f 762:6e8322c438ca
16 After You decide to Run it with celery make sure You run celeryd and 16 After You decide to Run it with celery make sure You run celeryd and
17 message broker together with the application. 17 message broker together with the application.
18 18
19 Requirements for Celery 19 Requirements for Celery
20 ----------------------- 20 -----------------------
21
22 .. note::
23 Installing message broker and using celery is optional, RhodeCode will
24 work without them perfectly fine.
25
21 26
22 **Message Broker** 27 **Message Broker**
23 28
24 - preferred is `RabbitMq <http://www.rabbitmq.com/>`_ 29 - preferred is `RabbitMq <http://www.rabbitmq.com/>`_
25 - possible other is `Redis <http://code.google.com/p/redis/>`_ 30 - possible other is `Redis <http://code.google.com/p/redis/>`_