Edgewall Software

Changes between Version 2 and Version 3 of Ubuntu-10.04.03-Git


Ignore:
Timestamp:
Feb 10, 2012, 4:17:11 AM (12 years ago)
Author:
jarad@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-10.04.03-Git

    v2 v3  
    9999}}}
    100100
     101Use trac-admin to create the new project:
     102{{{
     103sudo trac-admin /var/lib/trac/YourProject initenv
     104}}}
     105
    101106As you did for Git, change the ownership of the project files to Apache's user www-data:
    102107{{{
    103108sudo chown -R www-data:www-data /var/lib/trac/YourProject
    104 }}}
    105 
    106 Use trac-admin to create the new project:
    107 {{{
    108 sudo trac-admin /var/lib/trac/YourProject initenv
    109109}}}
    110110