Edgewall Software

Changes between Version 215 and Version 216 of TracOnWindows


Ignore:
Timestamp:
Dec 18, 2007, 7:51:22 PM (16 years ago)
Author:
Christian Boos
Comment:

Caveats for Subversion binaries added (default packages are built against Apache 2.0 libraries)

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v215 v216  
    2626
    2727You need to download and install the following packages:
    28 || '''Mandatory Packages''' || Installer || ||
     28|| '''Mandatory Packages''' || Installer || (see notes below) ||
    2929|| '''[milestone:0.11 Trac 0.11]''' || [[comment([http://ftp.edgewall.com/pub/trac/trac-0.11b1.win32.exe trac-0.11b1.win32.exe])]] ''not yet available'' (this installer will work for Python 2.3, 2.4 and 2.5) || ^(1)^ ||
    30 || ''Optional Packages'' || Installer || (see also the notes below) ||
     30|| ''Optional Packages'' || Installer || ||
    3131|| ''PySqlite'' ||  [http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/pysqlite-2.3.5.win32-py2.5.exe pysqlite-2.3.5.win32-py2.5.exe] (or the [http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/pysqlite-2.3.5.win32-py2.4.exe Python 2.4] or [http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/pysqlite-2.3.5.win32-py2.3.exe Python 2.3] versions) || ^(2)^ ||
    3232|| ''[TracSubversion Subversion]'' || [http://subversion.tigris.org/downloads/1.4.5-win32/apache-2.0/svn-python-1.4.5.win32-py2.5.exe svn-python-1.4.5.win32-py2.5.exe] (or the [http://subversion.tigris.org/downloads/1.4.5-win32/apache-2.0/svn-python-1.4.5.win32-py2.4.exe Python 2.4] or [http://subversion.tigris.org/downloads/1.4.5-win32/apache-2.0/svn-python-1.4.5.win32-py2.3.exe Python 2.3] versions) || ^(3)^ ||
     
    4040   - If you plan to use another database than SQLite, installing Pysqlite is of course not needed.
    4141     See the TracOnWindows/Advanced instructions for other options.
    42  3. ''Subversion'' You don't necessarily need Subversion. You can use Trac with other [VersioningSystemBackend versioning system backends] or none at all
     42 3. ''Subversion''
     43   - You don't necessarily need Subversion. You can use Trac with other [VersioningSystemBackend versioning system backends] or none at all.
     44   - If you need Subversion, the above links should be fine, '''unless''' you need to use Trac within Apache 2.2. In that case you need [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expandFolder=8100&folderID=91 Apache 2.2 compatible binaries].
    4345 4. ''Clearsilver'' You only need Clearsilver if you're using a plugin that was not yet ported to Genshi.
    4446
     
    9496>of the compiler, but it isn't installed.
    9597
    96 If so, try installing PySQLite with the Windows executable installer referenced earlier:
    97 
    98 || ''PySqlite'' ||  [http://initd.org/pub/software/pysqlite/releases/2.3/2.3.2/pysqlite-2.3.2.win32-py2.4.exe pysqlite-2.3.2.win32-py2.4.exe] (or the [http://initd.org/pub/software/pysqlite/releases/2.3/2.3.2/pysqlite-2.3.2.win32-py2.3.exe Python 2.3 version]) ||
    99 
    100 Download the installer pysqlite-2.3.2.win32-py2.4.exe to your usual download directory.
    101 
    102 When it has finished downloading, double-click on it to run the installer. The installer window will appear, labeled '''Setup pysqlite-2.3.2'''.
    103 
     98If so, try installing PySQLite with the Windows executable installer referenced in the [#using-installers Method 1] above.
     99
     100When it has finished downloading, double-click on it to run the installer.
    104101On the first window of the installation dialog, click Next to begin the installation process.
    105102
     
    109106
    110107On the next window, the installer shows you installation progress as files are written to the target locations. When the processing is complete, click Finish. If you check the contents of c:\python24\Lib\site-packages\ directory, you should see the directory '''pysqlite2''', which contains the database scripts.
     108[[comment(ugh, again a TracForDummies section)]]
    111109
    112110=== Install Subversion (optional) === #Subversion
     
    128126Go back to your command line to install the Subversion Python library:
    129127{{{
    130 easy_install -Z http://subversion.tigris.org/downloads/svn-python-1.4.2.win32-py2.4.exe
    131 }}}
     128easy_install -Z http://subversion.tigris.org/downloads/1.4.5-win32/apache-2.0/svn-python-1.4.5.win32-py2.5.exe
     129}}}
     130(pick the appropriate download link matching your installed Python version)
    132131
    133132'''Note:''' the "-Z" option is necessary when installing Subversion so that it is "unzipped".  Trac will not be able to access Subversion if it is zipped.