Edgewall Software

Changes between Version 14 and Version 15 of TracOnWindowsIis6


Ignore:
Timestamp:
Mar 8, 2006, 9:06:40 PM (18 years ago)
Author:
Christopher C J Scholten
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsIis6

    v14 v15  
    6565}}}
    6666
    67 10. Create local sandbox
     6710. Create local SVN sandbox
    6868{{{
    6969f:\> svn checkout file:///f:/svn/repo1 f:\project
     
    109109=== Install Trac Prerequisites ===
    11011017. Install Subversion Python Bindings
    111   (Get from same download page as Subversion. Currently only supports Python 2.3 - NOT 2.4)
     111  (Get from same download page as Subversion - http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91. Currently only supports Python 2.3 - NOT 2.4)
    112112  [[br]]Copy libsvn and svn directories to F:\Python23\Lib
    113113
    11411418. Install SQLite
    115   http://www.sqlite.org
     115  http://www.sqlite.org/download.html
    116116  [[br]]Copy sqlite.exe to F:\Program Files\SQLite
    117117  This is really optional. Don't let it mess your disk unless something exceptional not described here happens.
    118118
    11911919. Install PySQLite
    120   http://pysqlite.sourceforge.net
     120  http://www.initd.org/tracker/pysqlite
    121121
    12212219.5. Install ClearSilver
    123123  http://www.clearsilver.net
    124   NOT necessary if you use the Trac .exe installer - go back and download it ;)
    125124
    12612520. Install Trac
    127   http://www.edgewall.com/products/trac/
     126  http://projects.edgewall.com/trac/wiki/TracDownload
    128127{{{
    129128python ./setup.py install