Edgewall Software

Changes between Initial Version and Version 1 of TracOnDebianWoody


Ignore:
Timestamp:
Nov 3, 2004, 10:14:47 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebianWoody

    v1 v1  
     1= Installing and Running Trac on Debian Woody =
     2
     3Debian packages for Trac and a few dependencies don't exist in the Debian Woody distribution. Fortunately the Edgewall ftp-server
     4has the missing packages. Add the following lines to your '''/etc/apt/sources.list''':
     5
     6{{{
     7# Trac, clearsilver, sqlite, pysqlite
     8deb http://ftp.edgewall.com/pub/debian woody trac
     9deb-src http://ftp.edgewall.com/pub/debian woody trac
     10# Subversion, Apache2
     11deb http://people.debian.org/~adconrad woody subversion
     12deb-src http://people.debian.org/~adconrad woody subversion
     13}}}
     14
     15Run
     16{{{
     17apt-get update
     18}}}
     19after editing the file to update the package cache.
     20
     21Installing Trac and the required dependencies should now be as simple as:
     22{{{
     23apt-get install trac
     24}}}
     25
     26It 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