Edgewall Software

Changes between Version 110 and Version 111 of TracOnDebian


Ignore:
Timestamp:
Jul 23, 2008, 12:22:42 AM (16 years ago)
Author:
Luis Matos
Comment:

Added Info About diferent data backends

Legend:

Unmodified
Added
Removed
Modified
  • TracOnDebian

    v110 v111  
    3333
    3434This will get you the plain '''trac''' instalation.
     35
     36== Suporting other Version Control Systems than Subversion ==
    3537You can also install plugins that support other version control system besides Subversion:
    3638Their packages are:
     
    6567}}}
    6668
     69== Supporting other database backend than sqlite ==
     70
     71Trac can support other database systems to store its information (wiki, tickets and user data).
     72
     73 * Postgresql
     74
     75{{{
     76apt-get install python-psycopg2
     77}}}
     78
     79 * Mysql
     80
     81{{{
     82apt-get install python-mysqldb
     83}}}
     84 
     85
    6786== Files Location ==
    6887
     
    7190== Configuring Apache Webserver ==
    7291
    73 '''Trac''' on Debian depends on any webserver available, but it prefers Apache2.
     92'''Trac''' on Debian depends on any webserver available, but it prefers Apache2 with modPython. He can also be installed as FastCGI, cgi and wSGI.
     93To use wsgi on apache, you have to install apache's mod wsgi:
     94{{{
     95apt-get install libapache2-mod-wsgi
     96}}}
     97
    7498
    7599For fast configuration, please check ''README.Debian'' located in '''/usr/share/doc/trac''' .