Show More
@@ -16,19 +16,19 b' In order to have install and configure C' | |||||
16 |
|
16 | |||
17 | 1. Install RabbitMQ, see the documentation on the Celery website for |
|
17 | 1. Install RabbitMQ, see the documentation on the Celery website for | |
18 | `rabbitmq installation`_. |
|
18 | `rabbitmq installation`_. | |
|
19 | ||||
19 | 2. Configure Celery in the |
|
20 | 2. Configure Celery in the | |
20 | :file:`home/{user}/.rccontrol/{instance-id}/rhodecode.ini` file. |
|
21 | :file:`home/{user}/.rccontrol/{instance-id}/rhodecode.ini` file. | |
21 |
|
|
22 | Set the following minimal settings, that are set during rabbitmq_ installation:: | |
22 | rabbitmq_ installation:: |
|
|||
23 |
|
|
23 | ||
24 | broker.host = |
|
24 | broker.host = | |
25 |
broker.vhost = |
|
25 | broker.vhost = | |
26 |
|
|
26 | broker.user = | |
27 |
|
|
27 | broker.password = | |
28 |
|
|
28 | ||
29 |
|
|
29 | Full configuration example is below: | |
30 |
|
30 | |||
31 |
|
|
31 | .. code-block:: ini | |
32 |
|
32 | |||
33 | # Set this section of the ini file to match your Celery installation |
|
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