Edgewall Software

Changes between Version 1 and Version 2 of TracInstallUbuntu


Ignore:
Timestamp:
Sep 3, 2009, 3:48:44 PM (15 years ago)
Author:
anonymous
Comment:

Updated instructions for the new release. Fixed python-dev package name. Fixed missing symlink to sites-enabled.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstallUbuntu

    v1 v2  
    1111{{{
    1212cd /usr/local/src
    13 wget http://ftp.edgewall.com/pub/trac/Trac-0.11.1.tar.gz
    14 tar -zxf Trac-0.11.1.tar.gz
    15 cd Trac-0.11.1
    16 apt-get install python-devel: there isn't one.
     13wget http://ftp.edgewall.com/pub/trac/Trac-0.11.5.tar.gz
     14tar -zxf Trac-0.11.5.tar.gz
     15cd Trac-0.11.5
     16apt-get install python-dev
    1717apt-get install python-xml
    1818apt-get install python-genshi
     
    2323python ./setup.py install
    2424}}}
    25 
    26 Note: the libapache2-mod-python install hung on the first try. It succeeded when I interrupted it and tried again.
    2725
    2826Now we need a folder the web server is allowed to write to in which to keep Trac's data. So we'll make that folder and then switch to the www-data user for the next few commands:
     
    6058</VirtualHost>
    6159}}}
     60
     61Now, link the site that is available to the list that will startup by default.
     62
     63{{{
     64ln -s /etc/apache2/sites-available/tractest /etc/apache2/sites-enabled/002-tractest
     65}}}
     66
    6267Now, as root, signal Apache to reload its configuration and notice the new site:
    6368
     
    7782- Tom Boutell, [http://www.punkave.com/]
    7883
     84