Edgewall Software

Changes between Version 7 and Version 8 of TracTroubleshooting


Ignore:
Timestamp:
Feb 24, 2007, 5:46:05 PM (17 years ago)
Author:
Christian Boos
Comment:

Note about using TracStandalone from source, in 0.11

Legend:

Unmodified
Added
Removed
Modified
  • TracTroubleshooting

    v7 v8  
    5959
    6060It's probably possible to run `tracd` with a debugger, but I'll skip that paragraph for now ;)
     61
     62Best is to start from a [TracSubversion checkout] of the pristine source code you're interested to debug (or develop for).
     63Then, you can run the standalone server by doing:
     64{{{
     65$ python scripts/tracd <options>
     66}}}
     67
     68If you're using [source:trunk] (Trac [milestone:0.11]dev), since the SetupTools integrations, you'll have to run the standalone module directly:
     69{{{
     70$ python trac/web/standalone.py <options>
     71}}}
     72Note that the very first time (in a fresh working copy), you'll have to at least initialize the ''Trac.egg-info'' folder, by doing:
     73{{{
     74$ python setup.py egg_info
     75}}}
     76
     77
    6178
    6279=== System Errors ===