Edgewall Software

Changes between Version 192 and Version 193 of TracOnWindows


Ignore:
Timestamp:
Dec 14, 2006, 1:41:55 PM (17 years ago)
Author:
Christian Boos
Comment:

Added a new installation method, and make it clear that we propose 3 different installations methods.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v192 v193  
    1313Then add the path to the directory where you chose to install Python to your PATH environment variable.  This is important to be able to run the Python executable from any directory in the command line.
    1414
    15 == Experimental All-In-One Installer ==
     15== Method 1: Experimental All-In-One Installer ==
    1616
    1717This installation script only requires a Python 2.4 installation and will download and install the basic Trac dependencies and optionally the Subversion libraries.
    1818
    1919  1. Download and double-click this script to install Trac: [attachment:trac-0.10.3-win32-install.py?format=raw trac-0.10.3-win32-install.py]
    20   1. Download and run the installer for the Subversion command line tools: [http://subversion.tigris.org/files/documents/15/34093/svn-1.4.0-setup.exe svn-1.4.0-setup.exe] (only if you actually need to interface Trac with Subversion of course; since Trac 0.10, Subversion is not a requirement anymore)
     20  1. Download and run the installer for the Subversion command line tools: [http://subversion.tigris.org/files/documents/15/35379/svn-1.4.2-setup.exe svn-1.4.2-setup.exe] (only if you actually need to interface Trac with Subversion of course; since Trac 0.10, Subversion is not a requirement anymore)
    2121  1. Once that's done you can skip ahead to [#GettingStarted Getting Started].
    2222
    2323,,If your network uses a web proxy server, you may have problems with the first step. You could try setting the HTTP_PROXY environment variable to refer to the proxy server. You can set this variable through Control Panel > System > Advanced > Environment Variables, or by using a command prompt from which you then run the script. In the latter example, you would "`SET HTTP_PROXY=http://your.proxy.server:port`" [enter] and then "`trac-0.10.3-win32-install.py`" [enter].,,
    2424
    25 == Manual Installation ==
     25
     26== Method 2: Using Installers ==
     27
     28You need to download and install the following packages:
     29|| '''[milestone:0.10.3 Trac 0.10.3]''' || [http://ftp.edgewall.com/pub/trac/trac-0.10.3.win32.exe trac-0.10.3.win32.exe] (works for Python 2.4 and 2.3) ||
     30|| '''ClearSilver''' || [http://www.clearsilver.net/downloads/win32/clearsilver-0.9.14.win32-py2.4.exe  clearsilver-0.9.14.win32-py2.4.exe] (or the [http://www.clearsilver.net/downloads/win32/clearsilver-0.9.14.win32-py2.3.exe Python 2.3 version]) ||
     31|| ''[TracSubversion Subversion]'' || [http://subversion.tigris.org/downloads/svn-python-1.4.2.win32-py2.4.exe svn-python-1.4.2.win32-py2.4.exe] (or the [http://subversion.tigris.org/downloads/svn-python-1.4.2.win32-py2.3.exe Python 2.3 version]) ||
     32|| ''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]) ||
     33(Note: '''mandatory''' or ''optional'' package)
     34
     35You need at least one database package. If you don't want to use SQLite, see the TracOnWindows/Advanced instructions for other options.
     36
     37If you want to install plugins (WebAdmin and SpamFilter highly recommended!), you also need to install Setuptools manually (see below).
     38
     39
     40== Method 3: Manual Installation ==
    2641
    2742If you don't use the ''All-In-One Installer'', you'll have to download and install a few packages manually.
     
    8196'''Note:''' do '''not''' run easy_install on the Trac installer.  This is not currently supported and Trac will not work correctly when installed this way.
    8297
     98----
     99
    83100== Getting Started ==
    84101
     
    137154The Subversion library is not installed properly.  Be sure you used the "-Z" option with easy_install when [#svnbindings installing] the Subversion bindings.
    138155
    139 == What's next? ==
    140 
    141 See also TracOnWindows/Advanced instructions.
    142 
    143 == Comments ==
    144 
    145 See TracOnWindows/Rewrite for discussing improvements to this page.
     156----
     157See also: the TracOnWindows/Advanced instructions, and TracOnWindows/Rewrite for discussing improvements to this page.