Edgewall Software

Changes between Version 13 and Version 14 of CookBook/Installation


Ignore:
Timestamp:
Jan 23, 2015, 9:14:52 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/Installation

    v13 v14  
    11[[PageOutline(2-3)]]
    2 = Recipes for Installing Trac =
    3 {{{
    4 #!div style="font-size:90%"
     2= Recipes for Installing Trac
    53
    6 '''Usage Notes:'''
    7 This is an index page for Trac [CookBook/About recipes] belonging to the '''Installation''' topic.
     4== Introduction
    85
    9 Readers are encouraged to:
    10  - add references to Trac recipes they know about
    11  - provide feedback on the effectiveness of recipes listed here
    12  - write their own recipe, either as a sub-page of CookBook/Installation or elsewhere on the net
    13  - improve existing recipes (this is obviously easier when those recipes are in this [TracWiki wiki])
    14 }}}
    15 
    16 == On Linux ==
    17 
    18 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..
    19 
    20 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.
     6The TracGuide and in particular the TracInstall and the TracUpgrade pages, are the primer for installing and configuring Trac.
    217
    228The 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]]).
    23 {{{#!comment
    24 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.
    25 }}}
    26 That being said, you can find several recipes going more in depth on a specific setting, like:
     9
     10== Linux
     11
     12The installation guides for Trac on Linux can be found on TracInstall and TracInstallPlatforms.
     13
     14Installing Trac with some specific settings may also be described in the following pages:
    2715 - PostgresqlRecipe
    2816 - TracNginxRecipe
    29  - TracInstallPlatforms, which is an index of platform specific installation guides
    3017 - TracBuildout, to install and automate Trac deployment with [http://www.buildout.org Buildout]
    3118 - [wiki:CookBook/easyTrac easyTrac], installs a complete Trac environment using Nginx, uWSGI and Supervisor.
    32  - [https://github.com/leocornus/leocornus.buildout.cfgrepo/tree/master/sample/uwsgi Build, Deploy, Init and Run Trac Projcts through uWSGI on Supervisord in Minutes]
     19 - [https://github.com/leocornus/leocornus.buildout.cfgrepo/tree/master/sample/uwsgi Build, Deploy, Init and Run Trac Projects through uWSGI on Supervisord in Minutes]
    3320
    34 == On Windows ==
    35 === How To Install Trac on Windows ===
    36  URL:: http://how-to-solutions.com/how-to-install-trac-on-windows.html
    37 Update: It seems like how-to-solutions.com is not available anymore. However, you can still view this article using the web archive.
    38  Alternate URL's::
     21== On Windows
     22To install Trac on Windows check one of the following guides:
    3923 * '''How to solutions'''
    4024    * ''URL:'' http://web.archive.org/web/20100324230430/http://how-to-solutions.com/how-to-install-trac-on-windows.html
    4125    * ''Author:'' apparently the how-to-solutions.com's admin
    4226    * ''Posted:'' September 24th, 2008
    43     * ''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.
     27    * ''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.
    4428 * '''Jochen Hebbrecht'''
    4529    * ''URL:'' http://www.jochenhebbrecht.be/site/2014-08-03/windows/installing-trac-101-windows-81-configuring-subversion-repository
    4630    * ''Author:'' Jochen Hebbrecht
    4731    * ''Posted:'' August 3th, 2014
    48     * ''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
     32    * ''Description:'' This is a Windows installation guide for Trac 1.0.1+ and Subversion 1.8+, for Windows 8.1 users.
    4933
    50 
    51 
    52 === Running Trac on IIS 6 using AJP ===
     34=== Running Trac on IIS 6 using AJP
    5335
    5436 Link:: TracOnWindowsIisAjp
     
    5840Clear and detailed steps for installing Trac 0.11+ on IIS, using AJP and flup.
    5941
    60 === Running Trac on IIS 6 using ISAPI ===
     42=== Running Trac on IIS 6 using ISAPI
    6143
    6244 Link:: TracOnWindowsIisIsapi
     
    6648A starting guide for installing Trac 0.12+ on IIS, using Isapi-wsgi.
    6749
    68 === Detailed Guide for Installing Python 2.6, Trac 0.11 and the AccountManager plugin ===
     50=== Detailed Guide for Installing Python 2.6, Trac 0.11 and the AccountManager plugin
    6951
    7052 Link:: CookBook/Installation/TracOnWindowsWithAccountManager