ca67256
ca67256
Additional packages you might want to install
ca67256
=============================================
ca67256
ca67256
trac has a very limited set requirements which are actually needed to run the
ca67256
application. In Fedora we only specify *mandatory* requirements so we don't 
ca67256
pull in a lot of bloat for people that don't need it.
ca67256
ca67256
This is a list of additional packages you might want to install to get more
ca67256
functionality:
ca67256
 * subversion -- browse subversion repositories in trac
ca67256
 * pytz -- use real time zones (including summer/winter time) for date display
ca67256
 * python-pygments -- source code highlighting
ca67256
 * python-psycopg2 -- use a Postgres database (instead of sqlite)
ca67256
 * MySQL-python -- use a MySQL database (instead of sqlite)
ca67256
ca67256
ca67256
Additional plugins 
ca67256
=============================================
ca67256
ca67256
Besides the packages mentioned above which extend the core trac, there are some
ca67256
plugins which are packaged for Fedora. Typically their names start with 'trac-'.
ca67256
To get a list of packaged plugins, issue:
ca67256
  yum list 'trac-*'
ca67256
ca67256
Jesse Keating b859be1
Global Trac ini
Jesse Keating b859be1
=============================================
Jesse Keating b859be1
As of trac 0.11 a default global ini is no longer used.  The Fedora package
Jesse Keating b859be1
still ships one for convenience.  If you want to make use of this config you
Jesse Keating b859be1
will need to add a section in your project conf/trac.ini:
Jesse Keating b859be1
Jesse Keating b859be1
[inherit]
Jesse Keating b859be1
file = /etc/trac/trac.ini
Jesse Keating b859be1
Jesse Keating b859be1
or use --inherit=/etc/trac/trac.ini when creating a new project
Jesse Keating b859be1
Jesse Keating b859be1
See http://trac.edgewall.org/wiki/TracIni#GlobalConfiguration for more info.
114784c
114784c
trac.*gi
114784c
=============================================
114784c
As of trac-0.12.2-8, we no longer ship trac.*gi files by default.
114784c
The trac.wsgi file is now in /usr/share/doc/<NVR>/, and the config you need should
114784c
be generated with trac-admin deploy per upstream.  See BZ 720760 for more information.