]> snippets.scripts.mit.edu Git - Scripts/git/.git/blob - TracZephyrPlugin/INSTALL
kdo: Upstream krb5 now supports kswitch
[Scripts/git/.git] / TracZephyrPlugin / INSTALL
1 To install the TracZephyrPlugin, first run
2
3   $ python setup.py bdist_egg
4
5 then copy the .egg file in the dist/ directory into the plugins/ directory of
6 your trac install.
7
8 To enable the plugin, you must configure the class that zephyr updates should
9 go to. To do this, add a section like the following to your trac.ini:
10
11   [ZephyrPlugin]
12   class = debathena
13
14 Then be sure to restart the FastCGI processes if there are any.