Edgewall Software

Changes between Version 84 and Version 85 of TracOnWindows


Ignore:
Timestamp:
Jun 20, 2005, 7:11:05 PM (19 years ago)
Author:
Tim Browse
Comment:

Added comment about problem with pysqlite v2, and clarified sqlite comment.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v84 v85  
    160160  [[br]]Extract and copy the libsvn and svn directories to C:\Python23\Lib
    161161
    162 18. Install SQLite
     16218. Install SQLite (optional)
    163163  http://www.sqlite.org
    164164  [[br]]Copy sqlite.exe to C:\Program Files\SQLite
    165   This is really optional. Don't let it mess your disk unless something exceptional not described here happens.
     165
     166  This is really optional - you only need this if you want to start poking around in the sqlite database because something's gone wrong.
    166167
    16716819. Install PySQLite
     
    169170  [[br]]Download and install pysqlite-1.1.6.win32-py2.3.exe
    170171
     172  NB. Make sure you use v1.x, not 2.x, because the module is renamed from sqlite to pysqlite in v2.x, so the trac installer will fail if you use pysqlite 2.x
     173
    17117420. Install ClearSilver
    172175  http://www.clearsilver.net download clearsilver_python-0.9.12-win32.zip
    173176  [[br]]Copy neo_cgi.pyd into C:\Python23\Lib\site-packages
    174   Alternatively, grab inofficial installers for ClearSilver 0.9.14 from http://clearsilver.yi.org/.
     177  Alternatively, grab unofficial installers for ClearSilver 0.9.14 from http://clearsilver.yi.org/.
    175178
    17617921. Install Trac
     
    184187{{{
    185188C:\> copy c:\python23\share\trac\cgi-bin\trac.cgi c:\progra~1\apache~1\apache2\cgi-bin
     189
    186190}}}
    187191 
     
    232236  Enter path to repository
    233237    c:\svn\repo1
     238
    234239  Enter path to templates
    235240    c:\Python23\share\trac\templates
     
    244249For expample if you have your svn repository located in c:\svn\repo1 (like supposed by this tutorial), you'll probably want to name your trac database c:\trac\repo1. You would then call "python trac-admin c:/trac/repo1" in your scripts directory and enter "c:\svn\repo1" as the "path to (svn) repository".
    245250
    246 27. (BUG) Load Wiki See Ticket #1648
     25127. (BUG) Load Wiki See Ticket #1648
     252  (NB. This is fixed in the latest trac, so ignore this step if you installed v0.8.3 or later)
    247253{{{
    248254Trac [c:/svn/trac.db]> wiki load c:/python23/share/trac/wiki-default
     
    336342 * [mailto:Daragh|at|i2i-Tech.com Daragh Fitzpatrick]
    337343 * [mailto:alexkw|at|mac.com Alex Wolfe]
    338 
     344 * [mailto:tim|at|igethalf.com Tim Browse]
     345