Edgewall Software

Changes between Version 238 and Version 239 of TracInstall


Ignore:
Timestamp:
Apr 11, 2008, 8:47:09 PM (16 years ago)
Author:
dungeons@…
Comment:

I couldn't find any information in the docs about this, finally was directed on IRC to try this. Very helpful.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v238 v239  
    145145}}}
    146146
    147 Then, fire up a browser and visit `http://localhost:8000/`. You should get a simple listing of all environments that tracd knows about. Follow the link to the environment you just created, and you should see Trac in action.
     147Then, fire up a browser and visit `http://localhost:8000/`. You should get a simple listing of all environments that tracd knows about. Follow the link to the environment you just created, and you should see Trac in action. If you only plan on managing a single project with trac you can have the standalone server skip the environment list by starting it like this:
     148{{{
     149$ tracd -s --port 8000 /path/to/myproject
     150}}}
    148151
    149152