[[PageOutline(2-3,Contents)]] = 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 always refers 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]]). Documentation about future versions are also prepared separately ([[1.1]]). == Linux The installation guides for Trac on Linux can be found on TracInstall and TracInstallPlatforms. Installing Trac with some specific settings are 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]. - [wiki:TracOnRhel4WithoutYum]: installing Trac on Centos-4.4 with Apache2 and without using yum. - [https://github.com/jermon/trac An Ansible Role] that installs Trac on RedHat/CentOS. == 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:'' the how-to-solutions.com's admin * ''Posted:'' 2008-09-24 * ''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:'' 2014-08-03 * ''Description:'' This is a Windows installation guide for Trac 1.0.1+ and Subversion 1.8+, for Windows 8.1 users. * '''BitNami''': [http://bitnami.org/ bitnami.org] provides native installers, such as the [http://bitnami.org/stack/trac Trac stack]. * ''Description:'' Stacks are freely available, also for Linux and Mac OS X. There are also vmware virtual machines and Amazon EC2 Trac cloud images. === 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 [pypi: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. === Running Trac on Apache using Microsoft's ActiveDirectory Link:: ActiveDirectory Author:: R Sokoll Created:: 2007-11-14 A guide for setting up Apache and OpenLDAP to use Microsoft's ActiveDirectory in Trac. === 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. Particular emphasis is given to the installation instructions of the th:AccountManagerPlugin.