Edgewall Software

Changes between Version 35 and Version 36 of 1.1/TracInstall


Ignore:
Timestamp:
May 20, 2015, 1:02:38 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Content moved to 1.1/TracRepositoryAdmin@9. The aim is to shorten TracInstall to make it less intimidating for new users, and to gather information for a particular tasks (e.g. configuring the repositories) to a single page.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracInstall

    v35 v36  
    376376This user will have an //Admin// navigation item that directs to pages for administering your Trac project.
    377377
    378 == Finishing the install
    379 
    380 === Enable version control components
    381 
    382 Support for version control systems is provided by optional components in Trac and the components are disabled by default //(since 1.0)//. Subversion and Git must be explicitly enabled if you wish to use them. See TracRepositoryAdmin for more details.
    383 
    384 The version control systems are enabled by adding the following to the `[components]` section of your [TracIni#components-section trac.ini], or enabling the components in the "Plugins" admin panel.
    385 
    386 {{{#!ini
    387 tracopt.versioncontrol.svn.* = enabled
    388 }}}
    389 
    390 {{{#!ini
    391 tracopt.versioncontrol.git.* = enabled
    392 }}}
    393 
    394 After enabling the components, repositories can be configured through the //Repositories// admin panel or by editing [TracIni#repositories-section trac.ini]. Automatic changeset references can be inserted as ticket comments by configuring [TracRepositoryAdmin#Automaticchangesetreferencesintickets CommitTicketUpdater].
     378== Configure Trac
     379
     380TracRepositoryAdmin provides information on configuring version control repositories for your project.
    395381
    396382=== Using Trac