This page documents how to create one or several Trac instance with [http://www.buildout.org Buildout]. Luckily, [http://pypi.python.org/pypi/Trac Trac is released as eggs] on the [http://pypi.python.org 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 [http://pypi.python.org/pypi/pbp.recipe.trac 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/