Edgewall Software

Changes between Version 62 and Version 63 of TracOnWindows


Ignore:
Timestamp:
Mar 11, 2005, 10:40:39 AM (19 years ago)
Author:
anonymous
Comment:

A few clarifications after a newbie ran into trouble.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v62 v63  
    126126}}}
    127127
     128  13.4. Add cgi handler, Uncomment:
     129{{{
     130AddHandler cgi-script .cgi
     131}}}
     132
     133 
    12813414. Restart Apache
    129135
     
    153159  [[br]]Download and install pysqlite-1.0.1.win32-py2.3.exe
    154160
    155 00. Install ClearSilver
     16120. Install ClearSilver
    156162  http://www.clearsilver.net
    157163  NOT necessary if you use the Trac .exe installer.  But use the source version afterwards, since the .exe installer doesn't install trac/siteconfig correctly.
     
    159165  * how about neo_cgi.pyd compiled for Python24 ?
    160166
    161 20. Install Trac
     16721. Install Trac
    162168  http://www.edgewall.com/products/trac/
    163169{{{
     
    166172
    167173=== Fix a few things ===
    168 23. Copy CGI
     17422. Copy CGI
    169175{{{
    170176C:\> copy d:\python23\share\trac\cgi-bin\trac.cgi c:\progra~1\apache~1\apache2\cgi-bin
    171177}}}
     178 
     17923. Fix the errors from the Trac Windows Installer (version 0.8.1)
     180
     181 The Windows installer installs siteconfig.py file in PYTHONLIB/site-packages/trac
     182 which contains absolute paths pointing to F:\. You will need to fix these paths so that
     183 they start with the installation directory of the version of Python you selected during
     184 setup.
     185
     186 23.1 Fix the cgi-script c:\progra~1\apache~1\apache2\cgi-bin\trac.cgi
     187
     188  Make sure the path to your python directory is correct.
     189  The Trace installer, sets this to: #!F:\PYTHON23\python.exe
    172190
    173191=== Configure Trac DB ===