Edgewall Software

Changes between Version 2 and Version 3 of TracOnDebianWoody


Ignore:
Timestamp:
Nov 18, 2004, 8:28:24 PM (19 years ago)
Author:
Jonas Borgström
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebianWoody

    v2 v3  
    1 = Installing and Running Trac on Debian Woody (stable) =
    2 
    3 Debian packages for Trac and a few dependencies don't exist in the Debian Woody distribution. Fortunately the Edgewall ftp-server
    4 has the missing packages. Add the following lines to your '''/etc/apt/sources.list''':
    5 
    6 {{{
    7 # Trac, clearsilver, sqlite, pysqlite
    8 deb http://ftp.edgewall.com/pub/debian woody trac
    9 deb-src http://ftp.edgewall.com/pub/debian woody trac
    10 # Subversion, Apache2
    11 deb http://people.debian.org/~adconrad woody subversion
    12 deb-src http://people.debian.org/~adconrad woody subversion
    13 }}}
    14 
    15 Run
    16 {{{
    17 apt-get update
    18 }}}
    19 after editing the file to update the package cache.
    20 
    21 Installing Trac and the required dependencies should now be as simple as:
    22 {{{
    23 apt-get install trac
    24 }}}
    25 
    26 It can happen that, by using dselect, the newer libsqlite in the trac repository won't be found. If this is the case, manually install the files named '*sqlite*.deb' from the above mentioned URL.
    27 
    28 '''Note:''' When installing trac you might get some harmless warnings when the installation process byte-compiles some source files.
    29 
     1See TracOnDebian.