Edgewall Software

Changes between Version 1 and Version 2 of Ubuntu-11.10


Ignore:
Timestamp:
Jan 7, 2012, 1:09:39 AM (12 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-11.10

    v1 v2  
    2626}}}
    2727
     28'''add www-data to trac group''' so apache can access trac files
     29
     30{{{
     31sudo usermod -aG trac www-data
     32}}}
     33
     34
    2835'''login as trac user''' start bash and swich to homedir:
    2936
     
    4249}}}
    4350and finish instalation
     51
     52'''change permissions so group can write/read/execute'''
     53
     54{{{
     55chmod 0775 . -R
     56}}}
     57
    4458
    4559'''back to your user'''.
     
    7993If you're not running trac sites as subdomain but as folder in your documentroot (i.e. domain.ur/trac/myproject) replace ^/([^/]+) line with ^/'''trac/'''([^/]+)
    8094
     95'''reload apache configuration'''
     96
     97{{{
     98sudo service apache2 reload
     99}}}
     100
     101You should be done