Edgewall Software

Changes between Version 26 and Version 27 of TracOnWindows/Advanced


Ignore:
Timestamp:
Jan 21, 2016, 7:26:03 PM (8 years ago)
Author:
figaro
Comment:

Removed dead link

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows/Advanced

    v26 v27  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Advanced options for Installing Trac on Windows
     3= Advanced options for installing Trac on Windows
    44
    55== Optional Packages
     
    1818Trac can work with the PostgreSQL (8.x or 9.x) database:
    1919 - Install [http://stickpeople.com/projects/python/win-psycopg/ psycopg2].
    20  - Create your database with UTF8 Encoding or you could get errors; see TracEnvironment for more.
     20 - Create your database with UTF8 Encoding or you could get errors; see TracEnvironment for more information.
    2121
    22 === mySQLDb for Windows
     22=== MySQLDb for Windows
    2323
    2424Packages for the MySqlDb Python bindings for the MySQL database:
    2525
    2626 * [http://mysql-python.sourceforge.net/ MySQL for Python] (Sourceforge)
    27  * [http://servut.us/akx/2010/09/mysqldb-windows-binaries-python-26-27/] (non-official download)
    2827 * [http://www.codegood.com/archives/129] (non-official download)
    2928
     
    5251os.environ['PYTHON_EGG_CACHE'] = r'C:\Users\Administrator\AppData\Roaming\Python-Eggs'
    5352}}}
    54  - If run under a Window service, you should create a directory for Python egg cache:
     53 - If run under a Windows service, you should create a directory for Python egg cache:
    5554{{{#!python
    5655os.environ['TRAC_ENV'] = r'C:\TracEnvironment'
     
    7372Then, check the regular TracModPython instructions to see how to modify your `http.conf` file.
    7473
    75 ==== Authenticating Trac users against MS Windows domain controller
     74==== Authenticating Trac users against Windows domain controller
    7675
    7776Running Trac in Apache, you can let your users login with their existing Windows username/password by using `mod_sspi`. If you use Subversion as a repository and access it through Apache, you can also do the same with Subversion.