Edgewall Software

Changes between Version 234 and Version 235 of TracOnWindows


Ignore:
Timestamp:
Mar 27, 2008, 9:22:52 AM (16 years ago)
Author:
dummzeuch
Comment:

tracd-script.py does not work (for me)

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v234 v235  
    272272}}}
    273273
     274> This exits with the following error on my system:
     275
     276> Usage: tracd-script.py [options] [projenv] ...
     277
     278> tracd-script.py: error: either the --env-parent-dir option or at least one
     279> environment must be specified
     280
     281> The following works, though:
     282{{{
     283tracd.exe -p 8000 c:\projects\trac\my-project
     284}}}
     285> --- dummzeuch
    274286
    275287Open your browser to http://localhost:8000 to test out your new Trac project. You should see the title "Welcome to Trac 0.10" in your browser, and in the command window from which you just launched '''tracd''' there will be a series of status log messages. These messages will continue to update as you move around the Trac site. When you are done, return to the command window from which you launched tracd and press Ctrl+Break to stop tracd.