Edgewall Software

Changes between Version 26 and Version 27 of TracOnWindows/Python2.5


Ignore:
Timestamp:
Dec 18, 2009, 10:59:15 AM (14 years ago)
Author:
Christian Boos
Comment:

fix location of the spam-filter plugin and quick updates to talk about 0.11 as 0.11-stable instead of trunk…

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows/Python2.5

    v26 v27  
    1 = Trac with Python 2.5 =
     1= Trac 0.11 with Python 2.5 =
    22
    3 ''Warning: the following imply that you'll use [milestone:0.11 0.11dev] a.k.a '''trunk'''. It ''worksforme'', but YMMV as one can say in this situation ;)''
     3''Warning: the following imply that you'll use [milestone:0.11]. It ''worksforme'', but YMMV as one can say in this situation ;). Note also that this page was written during the 0.11dev days, so you're probably best served now with the regular TracOnWindows page.''
    44
    55TracOnWindows/Rewrite focuses on installing 0.10 with Python 2.4, as this is currently the version for which all the required dependencies for [milestone:0.10] are easily available.
     
    3333== Installing Trac ==
    3434
    35 You 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).  Make sure you have [http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions setuptools] installed before proceed.
     35You simply need the latest stable (0.11-stable) - 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).  Make sure you have [http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions setuptools] installed before proceed.
    3636
    3737{{{
    3838> cd C:\src
    39 > svn checkout http://svn.edgewall.org/repos/trac/trunk
    40 > cd trunk
     39> svn checkout http://svn.edgewall.org/repos/trac/branches/0.11-stable
     40> cd 0.11-stable
    4141> python setup.py install
    4242}}}
     
    8181{{{
    8282> cd C:\src
    83 > svn checkout http://svn.edgewall.org/repos/trac/sandbox/spam-filter
     83> svn checkout http://svn.edgewall.org/repos/trac/plugins/0.11/spam-filter
    8484> cd spam-filter
    8585> python setup.py install