comparison 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
comparison
equal deleted inserted replaced
776:f6c613fba757 777:aac24db58ce8
127 able to access RhodeCode. 127 able to access RhodeCode.
128 128
129 If You have problems with ldap access and believe You entered correct 129 If You have problems with ldap access and believe You entered correct
130 information check out the RhodeCode logs,any error messages sent from 130 information check out the RhodeCode logs,any error messages sent from
131 ldap will be saved there. 131 ldap will be saved there.
132
133
134
135 Setting Up Celery
136 -----------------
137
138 Since version 1.1 celery is configured by the rhodecode ini configuration files
139 simply set use_celery=true in the ini file then add / change the configuration
140 variables inside the ini file.
141
142 Remember that the ini files uses format with '.' not with '_' like celery
143 so for example setting `BROKER_HOST` in celery means setting `broker.host` in
144 the config file.
145
146 In order to make start using celery run::
147 paster celeryd <configfile.ini>
132 148
133 149
134 Nginx virtual host example 150 Nginx virtual host example
135 -------------------------- 151 --------------------------
136 152