Edgewall Software

Changes between Version 202 and Version 203 of TracOnWindows


Ignore:
Timestamp:
Jun 5, 2007, 3:08:38 PM (17 years ago)
Author:
xsaissy
Comment:

Corrected the launch command for the standalone server tracd

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v202 v203  
    195195From the command line, and in the [Python Install]\Scripts directory:
    196196{{{
    197 tracd.py -p 8000 C:\projects\trac\my-project
    198 }}}
     197tracd.py -p 8000 C:\Python24\Scripts\trac\my-project
     198}}}
     199
    199200
    200201Open 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.