Edgewall Software

Changes between Version 37 and Version 38 of TracOnUbuntu


Ignore:
Timestamp:
Mar 23, 2006, 1:45:54 PM (18 years ago)
Author:
lostwong@…
Comment:

Added some additional notes regarding Breezy and TRAC_ENV_PARENT_DIR

Legend:

Unmodified
Added
Removed
Modified
  • TracOnUbuntu

    v37 v38  
    55'''Warty users:''' Ubuntu needs versions of {{{python-sqlite}}} and {{{clearsilver}}} that aren't available on Warty (see #468 & #1104). You will need to [http://ubuntuguide.org/4.10/index.html#upgradewartytohoary upgrade to the Hoary release] or later.
    66
    7 '''Breezy and Dapper:''' should work fine with the following instructions.
     7'''Breezy users:''' See comments below for some of the problems I encountered.
     8
     9'''Dapper users:''' should work fine with the following instructions.
    810
    911=== Installation ===
     
    202204}}}
    203205
     206----
     207
     208I'm using a fairly standard installation of Breezy on my laptop.
     209
     210After running through the above instructions, when navigating to http://trac... I got an error stating that it couldn't find a valid Trac environment.
     211
     212'''Solution:''' Modify the {{{/etc/apache2/sites-available/trac}}} file from:
     213
     214{{{
     215        <Location /trac.cgi>
     216            SetEnv TRAC_ENV "/var/trac"
     217        </Location>
     218}}}
     219
     220to
     221
     222{{{
     223        <Location /trac.cgi>
     224            SetEnv TRAC_ENV_PARENT_DIR "/var/trac"
     225        </Location>
     226}}}
     227
     228Next, download and install [http://packages.ubuntu.com/dapper/web/trac trac_0.9.3-1ubuntu1_all.deb].  All the necessary dependencies should've been installed when you tried installed trac_0.8.4.
     229
    204230=== SVN ===
    205231