diff docs/setup.rst @ 777:aac24db58ce8 beta

fixed cache problem, updated docs
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 27 Nov 2010 01:43:04 +0100
parents aaf2fc59a39a
children a040597b070b
line wrap: on
line diff
--- a/docs/setup.rst	Sat Nov 27 01:27:24 2010 +0100
+++ b/docs/setup.rst	Sat Nov 27 01:43:04 2010 +0100
@@ -131,6 +131,22 @@
 ldap will be saved there.
 
 
+
+Setting Up Celery
+-----------------
+
+Since version 1.1 celery is configured by the rhodecode ini configuration files
+simply set use_celery=true in the ini file then add / change the configuration 
+variables inside the ini file.
+
+Remember that the ini files uses format with '.' not with '_' like celery
+so for example setting `BROKER_HOST` in celery means setting `broker.host` in
+the config file.
+
+In order to make start using celery run::
+ paster celeryd <configfile.ini>
+
+
 Nginx virtual host example
 --------------------------