[[PageOutline(2-3)]] = Recipes for Installing Trac == Introduction The TracGuide and in particular the TracInstall and the TracUpgrade pages, are the primer for installing and configuring Trac. 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]]). == Linux The installation guides for Trac on Linux can be found on TracInstall and TracInstallPlatforms. Installing Trac with some specific settings may also be described in the following pages: - PostgresqlRecipe - TracNginxRecipe - 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 Projects through uWSGI on Supervisord in Minutes] == On Windows To install Trac on Windows check one of the following guides: * '''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 installations, 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+, for Windows 8.1 users. === 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.