Edgewall Software

Changes between Version 167 and Version 168 of TracInstall


Ignore:
Timestamp:
May 25, 2006, 2:37:05 PM (18 years ago)
Author:
Emmanuel Blot
Comment:

Use "myproject" for all example paths to the project environment

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v167 v168  
    7575Specifically, you might be interested in:
    7676{{{
    77 $ python ./setup.py install --prefix=/path/you/want
     77$ python ./setup.py install --prefix=/path/to/tracengine
    7878}}}
    7979
     
    8484A new environment is created using [wiki:TracAdmin trac-admin]:
    8585{{{
    86 $ trac-admin /path/to/trac_project_env initenv
     86$ trac-admin /path/to/myproject initenv
    8787}}}
    8888
     
    9999After having created a Trac environment, you can easily try the web interface by running the standalone server [wiki:TracStandalone tracd]:
    100100{{{
    101 $ tracd --port 8000 /path/to/projectenv
     101$ tracd --port 8000 /path/to/myproject
    102102}}}
    103103