Edgewall Software

Changes between Version 141 and Version 142 of TracOnWindows


Ignore:
Timestamp:
Jan 19, 2006, 7:42:52 PM (18 years ago)
Author:
anonymous
Comment:

Added step for installing eGenix.com mx Extensions for Python.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v141 v142  
    217217  Alternatively, grab unofficial installers for ClearSilver 0.9.14 from http://clearsilver.yi.org/.
    218218
    219 
    220 21. Install Trac
     21921. Install eGenix.com mx Extensions for Python
     220  Download and install [http://www.egenix.com/files/python/eGenix-mx-Extensions.html].[[br]]
     221  The 'initenv' command in trac-admin needs this library to create the Trac database (At least it did when using a PostgreSQL back end).
     222
     22322. Install Trac
    221224  http://projects.edgewall.com/trac/wiki/TracDownload
    222225{{{
     
    225228
    226229=== Fix a few things ===
    227 22. Define how the CGI script is called
    228 
    229   22.1 Copy CGI
     23023. Define how the CGI script is called
     231
     232  23.1 Copy CGI
    230233{{{
    231234C:\> copy c:\python23\share\trac\cgi-bin\trac.cgi c:\progra~1\apache~1\apache2\cgi-bin
     
    233236  Use a text editor such as notepad to open trac.cgi and ensure the first line contains the correct path for Apache to find python.
    234237
    235   22.2 Alternatively, define a global Python handler for `CGI` script
     238  23.2 Alternatively, define a global Python handler for `CGI` script
    236239
    237240  If you often update your Trac installation (following [source:/trunk trunk] development), and do not want to customize the `trac.cgi` file, you may want to define a global handler for `.cgi` scripts, using the `ScriptInterpreterSource` Apache [http://httpd.apache.org/docs/2.0/mod/core.html#scriptinterpretersource directive].
    238241
    239     22.2.1. Add the following line to your Apache configuration file:
     242    23.2.1. Add the following line to your Apache configuration file:
    240243{{{
    241244<Directory "/Path/To/Trac/cgi-bin">
     
    243246</Directory>
    244247}}}
    245     22.2.2. Add the following key to your Windows registry
     248    23.2.2. Add the following key to your Windows registry
    246249{{{
    247250[HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command]