Edgewall Software

Changes between Version 10 and Version 11 of TracOnDebian


Ignore:
Timestamp:
May 1, 2004, 4:41:28 PM (20 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v10 v11  
    77First you need the SQLite, Subversion and the related python modules. Note that you need to use the version of subversion from unstable. Don't worry as Debians unstable is not really unstable, it's about as stable as typical redhat packages.
    88
    9 You might want to use apt-pinning, which is basically a way of stopping unstable dependancies from getting installed all over the place (try this [http://jaqque.sbih.org/kplug/apt-pinning.html guide for beginners]). Create or edit /etc/apt/preferences and insert
     9You might want to use apt-pinning, which is basically a way of stopping unstable dependancies from getting installed all over the place (try this [http://jaqque.sbih.org/kplug/apt-pinning.html guide for beginners]). Create or edit {{{/etc/apt/preferences}}} and insert
    1010
    1111{{{
     
    1919}}}
    2020
    21 You'll also need to add unstable to the /etc/apt/sources.list
     21You'll also need to add unstable to the {{{/etc/apt/sources.list}}}
    2222
    2323{{{
     
    5252This should then allow you to build and initialise trac.
    5353
    54 When you come to running it though you'll also have to add the env_module using the following line in your /etc/apache/modules.conf
     54When you come to running it though you'll also have to add the env_module using the following line in your {{{/etc/apache/modules.conf}}}
    5555
    5656{{{
     
    5858}}}
    5959
    60 I then set up a trac.conf in my /etc/apache/conf.d folder like so
     60I then set up a trac.conf in my {{{/etc/apache/conf.d}}} folder like so
    6161
    6262{{{