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 |
|
|
|
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 |
|
|
27 | 27 |
|
|
28 | 28 |
|
|
29 |
|
|
|
29 | Full configuration example is below: | |
|
30 | 30 | |
|
31 |
|
|
|
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