Edgewall Software

Changes between Version 130 and Version 131 of TracOnDebian


Ignore:
Timestamp:
Jan 9, 2012, 10:29:21 PM (12 years ago)
Author:
debacle@…
Comment:

Added plugin information, other minor changes

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v130 v131  
    44'''Note:''' ''This page does not provide step-by-step instructions for installing and configuring all of Trac.  It is just a reference for installing the Debian software packages and locating configuration files. You will need to read TracInstall for complete instructions on running and configuring Trac.''
    55
    6 '''Note:'''These Instructions are for ''Trac 0.11'' or better, but the package contains Trac 0.11!
    7            They also apply for Ubuntu.
     6'''Note:''' These Instructions are for ''Trac 0.11'' or better, but the package contains Trac 0.11! They also apply for Ubuntu.
     7
     8'''Note:''' Debian 6.0 (code-named ''squeeze'', currently the ''stable'' release contains Trac 0.11.7 and some plugins for this version of Trac. The next Debian release (7.0, code-name ''wheezy'', currently the ''testing'' release) contains Trac 0.12.2 with plugins for this version Trac.
    89
    910The '''Trac''' package is named '''trac''' and [http://packages.debian.org/lenny/trac is available] from the ''main'' archive.
     
    2930apt-get install trac
    3031}}}
    31 or
    32 {{{
    33 aptitude install trac
    34 }}}
    3532
    3633This will get you the plain Trac installation. To see what additional packages are available, issue:
    3734{{{
    38 aptitude show trac
     35apt-get show trac
    3936}}}
    4037
     
    6158}}}
    6259
     60== Other Trac plugins ==
     61Some widely used Trac plugins are packaged by Debian, so that they can be easily installed and are part of the Debian package universe. They can all be installed by
     62{{{
     63apt-get install trac-"pluginname"
     64}}}
     65with pluginname replaced by e.g. `spamfilter`.
    6366
    64 There is also an important plugin to prevent ''spam'' on tickets, '''spamfilter'''
     67=== Plugins in Debian ===
     68||'''Debian Package'''||'''Version in stable'''||'''Version in unstable or testing'''||
    6569
    66 
    67 {{{
    68 apt-get install trac-spamfilter
    69 }}}
    7070
    7171== Supporting other database backend than SQLite ==