comparison docs/setup.rst @ 1467:da60cdb41969 beta

doc update - hooks
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 12 Sep 2011 03:05:44 +0300
parents b05eb16ea105
children bf263968da47 662173ba1846
comparison
equal deleted inserted replaced
1466:ad5a543a9b2f 1467:da60cdb41969
342 Last Name Attribute = sn 342 Last Name Attribute = sn
343 E-mail Attribute = mail 343 E-mail Attribute = mail
344 344
345 All other LDAP settings will likely be site-specific and should be 345 All other LDAP settings will likely be site-specific and should be
346 appropriately configured. 346 appropriately configured.
347
348
349
350 Hook management
351 ---------------
352
353 Hooks can be managed in similar way to this used in .hgrc files.
354 To access hooks setting click `advanced setup` on Hooks section of Mercurial
355 Settings in Admin.
356
357 There are 4 built in hooks that cannot be changed (only enable/disable by
358 checkboxes on previos section).
359 To add another custom hook simply fill in first section with
360 <name>.<hook_type> and the second one with hook path. Example hooks
361 can be found at *rhodecode.lib.hooks*.
362
347 363
348 Setting Up Celery 364 Setting Up Celery
349 ----------------- 365 -----------------
350 366
351 Since version 1.1 celery is configured by the rhodecode ini configuration files. 367 Since version 1.1 celery is configured by the rhodecode ini configuration files.