Edgewall Software

Changes between Version 37 and Version 38 of TracOnWindowsStandalone


Ignore:
Timestamp:
Oct 4, 2010, 1:47:15 PM (14 years ago)
Author:
anonymous
Comment:

update python download link to 2.6.6

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsStandalone

    v37 v38  
    2424To install Trac, the following software packages must be installed:
    2525
    26  * [http://www.python.org/download/releases/2.6.3/ Python], version 2.6.
     26 * [http://www.python.org/download/releases/2.6.6/ Python], version 2.6.
    2727 * [http://www.open.collab.net/downloads/subversion.html Subversion and  its Python bindings] (see also TracSubversion#Windowsx86)
    2828 * [http://projects.edgewall.com/trac/wiki/TracDownload Trac], version 0.11.5
     
    4747{{{
    4848C:\> svnadmin create C:\path\to\svn_project
    49 C:\Python23\Scripts> python trac-admin C:\path\to\trac_env initenv
     49C:\Python26\Scripts> python trac-admin C:\path\to\trac_env initenv
    5050}}}
    5151
     
    5757After having created a Trac environment, you can easily try the web interface by running the standalone server [wiki:TracStandalone tracd]:
    5858{{{
    59 C:\Python23\Scripts> python tracd --port 8000 C:\path\to\trac_env
     59C:\Python26\Scripts> python tracd --port 8000 C:\path\to\trac_env
    6060}}}
    6161