Edgewall Software

Changes between Version 127 and Version 128 of TracInstall


Ignore:
Timestamp:
Aug 28, 2005, 1:13:40 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Link to TracInstallPlatforms goes to the main site

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v127 v128  
    44Trac is a lightweight project management tool that is implemented as a web-based application. Trac is written in the Python programming language and can use [http://sqlite.org/ SQLite] or [http://www.postgresql.org/ PostgreSQL] as  database. For HTML rendering, Trac uses the [http://www.clearsilver.net/ Clearsilver] templating system.
    55
    6 What follows are generic instructions for installing and setting up Trac and its requirements. While you can find instructions for installing Trac on specific systems at TracInstallPlatforms, please be sure to first read through these general instructions to get a good understanding of the tasks involved.
     6What follows are generic instructions for installing and setting up Trac and its requirements. While you can find instructions for installing Trac on specific systems at [http://projects.edgewall.com/trac/wiki/TracInstallPlatforms TracInstallPlatforms] on the main Trac site, please be sure to first read through these general instructions to get a good understanding of the tasks involved.
    77
    88== Requirements ==
     
    5858
    5959The script will also install the [wiki:TracAdmin trac-admin] command-line tool, used to create and maintain [wiki:TracEnvironment project environments], as well as the [wiki:TracStandalone tracd] standalone server.
    60 
    61 For more information on installing Trac on specific platforms, see the [http://projects.edgewall.com/trac/wiki/TracInstallPlatforms TracInstallPlatforms] page (on the main Trac site).
    6260
    6361=== Advanced Users ===
     
    115113
    116114----
    117 See also:  TracGuide, TracUpgrade, TracPermissions, TracInstallPlatforms, TracModPython
     115See also:  TracGuide, TracCgi, TracFastCgi, TracModPython, TracUpgrade, TracPermissions