Edgewall Software

Changes between Version 191 and Version 192 of TracOnWindows


Ignore:
Timestamp:
Dec 14, 2006, 12:44:49 PM (17 years ago)
Author:
Christian Boos
Comment:

Fixed attachment link to the all-in-one installer.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v191 v192  
    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
    19   1. Download and double-click this script to install Trac: [attachment:trac-0.10.1-win32-install.py?format=raw trac-0.10.1-win32-install.py]
     19  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]
    2020  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)
    2121  1. Once that's done you can skip ahead to [#GettingStarted Getting Started].
    2222
    23 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.1-win32-install.py" [enter].
     23,,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
    2525== Manual Installation ==
     
    5555}}}
    5656
    57 ''TODO: setting up for PostgreSQL or MySQL''
     57If you want to use another database than SQLite, you need to read the TracOnWindows/Advanced instructions.
    5858
    5959=== Subversion (optional) === #Subversion
     
    7777
    7878Download and run the latest stable Trac Windows installer:
    79 [http://ftp.edgewall.com/pub/trac/trac-0.10.win32.exe trac-0.10.win32.exe]
    80 
    81 Or alternatively use the latest relatively stable release candidate:
    82 [http://ftp.edgewall.com/pub/trac/trac-0.10.3rc1.win32.exe trac-0.10.3rc1.win32.exe]
     79[http://ftp.edgewall.com/pub/trac/trac-0.10.win32.exe trac-0.10.3.win32.exe]
    8380
    8481'''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.
     
    142139== What's next? ==
    143140
    144 ''TODO: intro to advanced setup options''
     141See also TracOnWindows/Advanced instructions.
    145142
    146143== Comments ==
    147144
    148   * Hopefully this 0.10 rewrite can include upgrade instructions for 0.9.6 users. That would be immensely comforting. Thanks for your excellent work...
    149   * Clarification added for subversion install (figured out on own - then saw a helpful post).  May add some notes here about the Trac Admin setup as well.  Of course if my editing isn't seen as a clarification - you can and will reverse it. 
     145See TracOnWindows/Rewrite for discussing improvements to this page.