##// END OF EJS Templates
docs: update celery docs
marcink -
r2191:566a87e4 default
parent child Browse files
Show More
@@ -16,19 +16,19 b' In order to have install and configure C'
16 16
17 17 1. Install RabbitMQ, see the documentation on the Celery website for
18 18 `rabbitmq installation`_.
19
19 20 2. Configure Celery in the
20 21 :file:`home/{user}/.rccontrol/{instance-id}/rhodecode.ini` file.
21 Set the following minimal settings, that are set during
22 rabbitmq_ installation::
22 Set the following minimal settings, that are set during rabbitmq_ installation::
23 23
24 24 broker.host =
25 25 broker.vhost =
26 26 broker.user =
27 27 broker.password =
28 28
29 Full configuration example is below:
29 Full configuration example is below:
30 30
31 .. code-block:: ini
31 .. code-block:: ini
32 32
33 33 # Set this section of the ini file to match your Celery installation
34 34 ####################################
General Comments 0
You need to be logged in to leave comments. Login now