Edgewall Software

Changes between Version 105 and Version 106 of TracOnWindows


Ignore:
Timestamp:
Sep 9, 2005, 6:41:16 PM (19 years ago)
Author:
sid
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v105 v106  
     1= Trac on Windows Installation & Upgrade Guide =
     2
     3What follows are specific instructions for installing, setting up, and upgrading Trac on Windows.
     4
     5Look at the end of this file for instructions on upgrading Trac.
     6
    17== Windows Installation Instructions for Subversion w/Trac 0.8.4 ==
    28
     
    33934536. In order to use pre- and post-commit hooks with Subversion on Windows, please refer to diff files described in #897, as the changes are not commited into the trunk as of version 0.8-dev.
    340346
    341 === And Then... ===
    342 99. Give yourself a pat on the back and a drink in the hand
    343 
    344 Contributors:
     347== Upgrading from Trac 0.84 to 0.9-beta1 on Windows ==
     348
     349This section builds off the [wiki:TracUpgrade generic Trac upgrade instructions], so you may want to keep that open to use as supplementary reading material.
     350
     3511. Download Windows Installer file
     352
     3532. Backup old version of Trac by renaming directory C:\Python23\Lib\site-packages\trac to C:\Python23\Lib\site-packages\trac-0.84
     354
     3553. Backup old version of Trac by renaming directory C:\Python23\share\trac to C:\Python23\share\trac-0.84
     356
     3574. Run the Trac Windows Installer
     358
     3595. Run these commands
     360{{{
     361> C:\Python23\Scripts\python trac-admin C:\svn\trac.db upgrade
     362> C:\Python23\Scripts\python trac-admin C:\svn\trac.db wiki upgrade
     363}}}
     364
     3656. If using CGI, copy C:\Python23\share\trac\cgi-bin\trac.cgi to C:\Program Files\Apache Group\Apache2\cgi-bin directory (overwriting existing file). Then open the file and edit the first line. Change it from:
     366{{{
     367
     368#!C:\Programme\Python23\python.exe
     369}}}
     370to
     371{{{
     372
     373#!C:\Python23\python.exe
     374}}}
     375
     3767. Point your web browser to the Trac site. That should be it!
     377
     378=== Contributors: ===
     379
    345380 * [mailto:Daragh|at|i2i-Tech.com Daragh Fitzpatrick]
    346381 * [mailto:alexkw|at|mac.com Alex Wolfe]