[[PageOutline(2-3)]] = Recipes for Installing Trac = {{{ #!div style="font-size:90%" '''Usage Notes:''' This is an index page for Trac [CookBook/About recipes] belonging to the '''Installation''' topic. Readers are encouraged to: - add references to Trac recipes they know about - provide feedback on the effectiveness of recipes listed here - write their own recipe, either as a sub-page of CookBook/Installation or elsewhere on the net - improve existing recipes (this is obviously easier when those recipes are in this [TracWiki wiki]) }}} == On Linux == Various recipes for specific platform have been written, in this wiki or elsewhere. However, they're often not updated regularly, so they're "stuck" to the given version of Trac that was current at the time the article was written.. For this reason, be sure to have a good grasp of the //official// installation documentation, i.e. the TracGuide and in particular the TracInstall and the TracUpgrade pages. The TracGuide is always referring to the stable version of Trac (1.0 as of this writing), and there are copies of the guide for previous versions ([[0.11]], [[0.12]]). {{{#!comment No link to [[0.12]] on purpose, the 0.12/ pages still contain the draft pages from the 0.12dev, not yet the frozen copy of the current default TracGuide. }}} That being said, you can find several recipes going more in depth on a specific setting, like: - PostgresqlRecipe - TracNginxRecipe - TracInstallPlatforms, which is an index of platform specific installation guides - TracBuildout, to install and automate Trac deployment with [http://www.buildout.org Buildout] - [wiki:CookBook/easyTrac easyTrac], installs a complete Trac environment using Nginx, uWSGI and Supervisor. - [https://github.com/leocornus/leocornus.buildout.cfgrepo/tree/master/sample/uwsgi Build, Deploy, Init and Run Trac Projcts through uWSGI on Supervisord in Minutes] == On Windows == === How To Install Trac on Windows === URL:: http://how-to-solutions.com/how-to-install-trac-on-windows.html Update: It seems like how-to-solutions.com is not available anymore. However, you can still view this article using the web archive. Alternate URL's:: * '''How to solutions''' * ''URL:'' http://web.archive.org/web/20100324230430/http://how-to-solutions.com/how-to-install-trac-on-windows.html * ''Author:'' apparently the how-to-solutions.com's admin * ''Posted:'' September 24th, 2008 * ''Description:'' This is a Windows installation guide for Trac 0.11+ and Subversion 1.5+, targeting windows users who are not rebuffed by point-and-click instructions (typically ''... then click Next, Next again and Next once more''). The instructions are therefore easy to follow and the user will be guided through the installation of requirements, the creation of an environment, the addition of the TH:AccountManagerPlugin and running tracd.exe. * '''Jochen Hebbrecht''' * ''URL:'' http://www.jochenhebbrecht.be/site/2014-08-03/windows/installing-trac-101-windows-81-configuring-subversion-repository * ''Author:'' Jochen Hebbrecht * ''Posted:'' August 3th, 2014 * ''Description:'' This is a Windows installation guide for Trac 1.0.1+ and Subversion 1.8+, targeting windows users. This tutorial has been created as I couldn't find a recent tutorial on how to install Trac on a Windows 8.1 machine === Running Trac on IIS 6 using AJP === Link:: TracOnWindowsIisAjp Author:: Wilfred Berger Created:: 2008-27-10 Clear and detailed steps for installing Trac 0.11+ on IIS, using AJP and flup. === Running Trac on IIS 6 using ISAPI === Link:: TracOnWindowsIisIsapi Author:: Seb Patane Created:: 2011-05-01 A starting guide for installing Trac 0.12+ on IIS, using Isapi-wsgi. === Detailed Guide for Installing Python 2.6, Trac 0.11 and the AccountManager plugin === Link:: CookBook/Installation/TracOnWindowsWithAccountManager Author:: collective Created:: [timeline:2009-08-21T08:07:00+0200] Detailed steps for installing Trac 0.11 and Subversion on Windows. A particular care is given to the installation instructions for the TracHacks:AccountManagerPlugin.