Edgewall Software

Changes between Version 38 and Version 39 of TracOnDebian


Ignore:
Timestamp:
Nov 3, 2004, 10:23:34 PM (20 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v38 v39  
    1 = Installing and Running Trac on Debian Sid =
    2 A Debian package for Trac is in the main archive of the unstable distribution.
     1= Installing and Running Trac on Debian =
    32
    4 Run
    5 {{{
    6 apt-get install trac
    7 }}}
    8 to install it.
     3There are pages dedicated to the various releases of Debian:
    94
    10 The rest of the installation process is as described in TracInstall (section "Creating a Project Environment" and forward).
     5 * [wiki:TracOnDebianSid Debian Sid], the current unstable distribution
     6 * [wiki:TracOnDebianSarge Debian Sarge], the testing distribution
     7 * [wiki:TracOnDebianWoody Debian Woody], the current stable distribution
    118
    12 
    13 = Installing and Running Trac on Debian Woody =
    14 
    15 Debian packages for Trac and a few dependencies don't exist in the Debian Woody distribution. Fortunately the Edgewall ftp-server
    16 has the missing packages. Add the following lines to your '''/etc/apt/sources.list''':
    17 
    18 {{{
    19 # Trac, clearsilver, sqlite, pysqlite
    20 deb http://ftp.edgewall.com/pub/debian woody trac
    21 deb-src http://ftp.edgewall.com/pub/debian woody trac
    22 # Subversion, Apache2
    23 deb http://people.debian.org/~adconrad woody subversion
    24 deb-src http://people.debian.org/~adconrad woody subversion
    25 }}}
    26 
    27 Run
    28 {{{
    29 apt-get update
    30 }}}
    31 after editing the file to update the package cache.
    32 
    33 Installing Trac and the required dependencies should now be as simple as:
    34 {{{
    35 apt-get install trac
    36 }}}
    37 
    38 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.
    39 
    40 '''Note:''' When installing trac you might get some harmless warnings when the installation process
    41 byte-compiles some source files.
    42 
    43 '''Note:''' Sarge has a separate installation page here: TracOnDebianSarge. You may also be able to run the sid versions of these packages.
    44 
    45 '''PowerPC users:''' There are some packages built for the unstable distribution, with dependencies on python2.3 at http://awkly.org/files/debian/
    46 
    47 '''Building Packages From Trunk:''' There is now a guide for building packages for Sid from the Subversion trunk:TracOnDebianFromTrunk
    48 
    49 
    50 ----
    51 
    52 A reader's suggestion: please consider moving the paragraphs above with the links for TracOnDebianSarge and TracOnDebianFromTrunk up to the Sid section at the top of this page.  Sarge/Sid users won't know these links are here under the Woody section.
     9Furthermore, there is a guide on building the Debian Trac package from the trunk at TracOnDebianFromTrunk