Changes between Version 6 and Version 7 of TracGitosisPlugin


Ignore:
Timestamp:
Jul 20, 2010, 11:07:34 AM (14 years ago)
Author:
Christophe Drevet
Comment:

Configuration into Trac

Legend:

Unmodified
Added
Removed
Modified
  • TracGitosisPlugin

    v6 v7  
    5050Simply add the previously generated public key in the file {{{keydir/trac.pub}}} and add the user {{{trac}}} in the {{{gitosis-admin}}} group members in the {{{gitosis.conf}}} file as for a standard gitosis admin. Then commit and push your changes. That should do it.
    5151
     52== Configuration into Trac ==
     53
     54You have to enable the plugin (and restart Trac) with this parameter in {{{trac.ini}}}:
     55{{{
     56[components]
     57tracgitosis.* = enabled
     58}}}
     59Next, in the Admin panel, you'll see Two new pages in a new {{{Trac Gitosis}}} section:
     60 - Admin Settings
     61 - Repository Settings
     62
     63In the {{{Admin Settings}}}, you must give gitosis-admin access parameters before you can really use this plugin :
     64||Parameter||Default value||Description||
     65||Admin Repository Name||gitosis-admin||the name of the gitosis administration special repository||
     66||User||git||System username for access on the gitosis repositories||
     67||Server||localhost||Server hosting gitosis repositories||
     68
     69Save changes and enjoy the {{{Repository Settings}}} (for admins only) and the {{{gitosis SSH public key}}} in all users preferences.
    5270== Recent Changes ==
    5371