Edgewall Software

Changes between Version 11 and Version 12 of TracUbuntuMultipleProjects


Ignore:
Timestamp:
Jan 13, 2008, 2:30:10 PM (16 years ago)
Author:
anonymous
Comment:

replaced wajig with apt-get

Legend:

Unmodified
Added
Removed
Modified
  • TracUbuntuMultipleProjects

    v11 v12  
    77There is another site for setting up Trac on Ubuntu, TracOnUbuntu, but the focus there is on the CGI method, plus for whatever reason, I found the instructions a little inapplicable for my system. for example, I had no dav_svn module in my /etc/apache2/mods-available directory, and that sent me on a wild goose chase for quite a while, only to realize I didn't need it (at least, so far!)
    88
    9 note: wajig install puts Trac's main files in the directory: /usr/share/trac
     9note: apt-get install puts Trac's main files in the directory: /usr/share/trac
    1010
    11110. install
    1212
    1313{{{
    14 % wajig install trac
     14% apt-get install trac
    1515}}}
    1616
     
    2424
    2525{{{
    26 wajig install libapache2-mod-python2.4
     26% apt-get install libapache2-mod-python2.4
    2727}}}
    2828to install mod_python.
    2929
    30 2. you should create a directory where all your Trac projects will live. issue (from TracOnUbuntu):
     302. you should create a directory where all your Trac projects will live. Issue (from TracOnUbuntu):
    3131
    3232{{{
    33 %sudo mkdir /var/lib/trac
    34 %sudo chown www-data:www-data /var/lib/trac
     33% sudo mkdir /var/lib/trac
     34% sudo chown www-data:www-data /var/lib/trac
    3535}}}
    3636
     
    4444     PythonOption TracEnvParentDir /var/lib/trac   
    4545     PythonOption TracUriRoot /projects   
    46   </Location>     
     46</Location>     
    4747}}}
    4848