Edgewall Software

Changes between Version 63 and Version 64 of TracOnDebian


Ignore:
Timestamp:
Aug 9, 2005, 11:20:48 PM (19 years ago)
Author:
anonymous
Comment:

moved woody to the end

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v63 v64  
    11= Installing and Running Trac on Debian =
     2== Releases other than Woody ==
     3Debian distributes Trac since Sarge, which has Trac 0.81. You can track version numbers in the not stable releases at http://packages.debian.org/trac.
    24
    3 The Debian Sid and Sarge distributions already contain Trac and all required dependencies. You can track version numbers at http://packages.debian.org/trac.
    4 Debian Woody users need to add a few lines to their '''/etc/apt/sources.list''' before installing Trac.
    55
    6 For Woody:
     6Sarge users who want to track Edgewall's [latest] version need to add a few lines to their '''/etc/apt/sources.list''' :
     7{{{
     8# Trac and clearsilver
     9deb http://ftp.edgewall.com/pub/debian sarge trac
     10}}}
     11
     12Then update APT's cache :
     13{{{
     14 $ apt-get update
     15}}}
     16
     17Whether the above steps to get Edgewall's version instead of Debian's were followed or not, installing Trac should be as simple as installing the '''trac''' package.
     18
     19== Woody (oldstable) ==
     20Woody users need to add a few lines to their '''/etc/apt/sources.list''' before installing Trac:
     21
    722{{{
    823# Trac, clearsilver, sqlite, pysqlite
     
    1227}}}
    1328
    14 For Sarge users who want to track Edgewall's versions:
     29After editing the file, installing the '''trac''' package should install Trac:
     30
    1531{{{
    16 # Trac and clearsilver
    17 deb http://ftp.edgewall.com/pub/debian sarge trac
     32 $ apt-get update
     33 $ apt-get install trac
    1834}}}
    1935
    20 Run
    21 {{{
    22  $ apt-get update
    23 }}}
    24 after editing the file to update the package cache.
    25 
    26 Installing Trac and the required dependencies should now be as simple as:
    27 {{{
    28  $ apt-get install trac
    29 }}}
    3036
    3137'''Note:''' While installing Trac on Debian Woody you might get some harmless warnings when the installation process byte-compiles some source files.