Edgewall Software

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


Ignore:
Timestamp:
Feb 10, 2012, 9:56:47 PM (12 years ago)
Author:
jarad@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-10.04.03-Git

    v3 v4  
    104104}}}
    105105
    106 As you did for Git, change the ownership of the project files to Apache's user www-data:
    107 {{{
    108 sudo chown -R www-data:www-data /var/lib/trac/YourProject
    109 }}}
    110 
    111106Also you will need to fill in some information, like the project name. It will ask you for the MySQL connection string. Input the following (according to the way we did setup the MySQL database in the step 2.2).
    112107{{{
     
    117112{{{
    118113/var/lib/git/YourProject/.git
     114}}}
     115
     116As you did for Git, change the ownership of the project files to Apache's user www-data:
     117{{{
     118sudo chown -R www-data:www-data /var/lib/trac/YourProject
    119119}}}
    120120