Changes between Version 6 and Version 7 of tracInstallation


Ignore:
Timestamp:
Jun 29, 2010 3:23:46 PM (15 years ago)
Author:
lotz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tracInstallation

    v6 v7  
    3636server$ tracd --port 8000 --basic-auth=*,/path/to/trac_dir/.htpasswd,realm /path/to/trac_dir
    3737}}}
    38   //realm// is an arbitrary name.
     38  //realm// is an arbitrary name. To start tracd in background and append all output to a file:
     39{{{
     40server$ nohup tracd --port 8000 --basic-auth=*,/path/to/trac_dir/.htpasswd,realm /path/to/trac_dir &
     41}}}
     42  The output is appended to nohup.out!
    3943
    4044 5. Run your web-browser and type the following location: