Edgewall Software

Changes between Version 13 and Version 14 of TracOnWindows/Python2.5


Ignore:
Timestamp:
Dec 8, 2006, 11:12:51 PM (17 years ago)
Author:
Nathan.Lance@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows/Python2.5

    v13 v14  
    2424 - [http://ftp.edgewall.com/pub/genshi/Genshi-0.3.4.zip Genshi-0.3.4.zip]
    2525
    26 Unzip, go in the folder, then run `python setup.py install`.
     26Unzip to a folder and then from that folder run `python setup.py install` in a command window.
    2727
    2828== Installing Trac ==
    2929
    30 You simply need the latest trunk (0.11dev):
     30You simply need the latest trunk (0.11dev) - to get this type the following in the command window. (Make sure you have added the Python install path (e.g. C:\Program Files\Python25) to your system PATH variable.  You can do this by right clicking on My Computer, clicking on Properties, selecting the Advanced tab, clicking the Environment Variables button, scrolling down the second list window until you see the 'Path' variable, then editing the string to add the Python install path).
     31
    3132{{{
    3233> cd C:\src
     
    3637}}}
    3738
     39
    3840Then, have a look at how to setup the TracEnvironment, use the TracStandalone web front-end and you're set.
     41
     42== Installing mod_python for use with the Apache HTTP server ==
     43
     44If you are using an Apache server, you will need the latest mod_python for windows, built against Python v2.5.  Currently they are not available at the official mod_python website.  However, you can get it [http://nicolas.lehuen.com/download/mod_python/ here], courtesy of a very kind and wise gentleman called Nicolas Lehuen.
    3945
    4046== Installing plugins ==