TracTagsを導入する

TracTagsをeasy_installでインストール

$ sudo easy_install https://trac-hacks.org/svn/tagsplugin/tags/0.6
Downloading https://trac-hacks.org/svn/tagsplugin/tags/0.6
Doing subversion checkout from https://trac-hacks.org/svn/tagsplugin/tags/0.6 to /tmp/easy_install-6Fbh_E/0.6
Processing 0.6
Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-6Fbh_E/0.6/egg-dist-tmp-2mWbA6
unrecognized .svn/entries format in 
zip_safe flag not set; analyzing archive contents...
Adding TracTags 0.6 to easy-install.pth file

Installed /usr/lib/python2.6/site-packages/TracTags-0.6-py2.6.egg
Processing dependencies for TracTags==0.6
Finished processing dependencies for TracTags==0.6

trac.iniを修正

[tags]
ignore_closed_tickets = true
ticket_fields = component, keywords, milestone

[components]
tractags.* = enabled

Tracをアップグレード

$ sudo trac-admin /var/trac/[プロジェクト名] upgrade

Apacheを再起動

$ sudo service httpd restart