Edgewall Software

Version 3 (modified by Kevin Deldycke <kevin@…>, 13 years ago) ( diff )

Add link to a tutorial

This page documents how to create one or several Trac instance with Buildout.

Luckily, Trac is released as eggs on the Cheese Shop. To lower the maintenance effort, it is a good idea to leverage buildout to manage Trac instances. Thus, an ongoing effort is made by the pbp.recipe.trac project to provide an easy mechanism to deploy and maintain Trac instances.

There is several lines of pbp.recipe.trac:

  • pbp.recipe.trac 0.4.x for Trac 0.12 support
  • pbp.recipe.trac 0.3.x for Trac 0.11 support
  • pbp.recipe.trac 0.2.x for Trac 0.10 support

Only the 0.4.x is currently developed.

A tutorial and usage example is available here: http://kevin.deldycke.com/2010/12/automate-trac-instance-deployment-buildout/

Note: See TracWiki for help on using the wiki.