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