Edgewall Software

Changes between Version 6 and Version 7 of TracOnWindowsStandalone


Ignore:
Timestamp:
May 29, 2006, 12:28:58 PM (18 years ago)
Author:
nl
Comment:

Replaced "projectenv" with "trac_env" in the code under "Running the Standalone Server" section to match the environment created under "Creating a Project Environment"

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsStandalone

    v6 v7  
    6060After having created a Trac environment, you can easily try the web interface by running the standalone server [wiki:TracStandalone tracd]:
    6161{{{
    62 C:\Python23\Scripts> python tracd --port 8000 C:\path\to\projectenv
     62C:\Python23\Scripts> python tracd --port 8000 C:\path\to\trac_env
    6363}}}
    6464