Edgewall Software

Changes between Version 106 and Version 107 of TracOnWindows


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

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v106 v107  
    3513511. Download Windows Installer file
    352352
    353 2. Backup old version of Trac by renaming directory C:\Python23\Lib\site-packages\trac to C:\Python23\Lib\site-packages\trac-0.84
    354 
    355 3. Backup old version of Trac by renaming directory C:\Python23\share\trac to C:\Python23\share\trac-0.84
    356 
    357 4. Run the Trac Windows Installer
    358 
    359 5. Run these commands
     3532. Backup old version of Trac:
     354{{{
     355> move C:\Python23\Lib\site-packages\trac C:\Python23\Lib\site-packages\trac-0.8.4
     356> move C:\Python23\share\trac C:\Python23\share\trac-0.8.4
     357> move C:\Program Files\Apache Group\Apache2\cgi-bin\trac.cgi C:\Program Files\Apache Group\Apache2\cgi-bin\trac-0.8.4.cgi
     358> xcopy /x C:\svn\trac.db C:\svn\trac-0.8.4.db\
     359}}}
     360
     3613. Run the Trac Windows Installer
     362
     3634. Run these commands
    360364{{{
    361365> C:\Python23\Scripts\python trac-admin C:\svn\trac.db upgrade
     
    363367}}}
    364368
    365 6. 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:
     3695. If using CGI, copy trac.cgi to Apache directory.
     370
     371{{{
     372> copy C:\Python23\share\trac\cgi-bin\trac.cgi C:\Program Files\Apache Group\Apache2\cgi-bin\trac.cgi
     373}}}
     374
     3756. Open and edit C:\Program Files\Apache Group\Apache2\cgi-bin\trac.cgi. Change the first line from:
    366376{{{
    367377