Edgewall Software

Changes between Version 63 and Version 64 of TracStandalone


Ignore:
Timestamp:
Feb 17, 2009, 10:08:19 AM (15 years ago)
Author:
gavenkoa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v63 v64  
    155155It is possible to use md5sum utility to generate digest-password file using such method:
    156156{{{
    157   $ printf "${user}:trac:${password}" | md5sum - >>to-file
     157 $ printf "${user}:trac:${password}" | md5sum - >>user.htdigest
    158158}}}
    159159and manually delete " -" from the end and add "${user}:trac:" to the start of line from 'to-file'.
     
    185185Tracd supports serving projects with different base urls than /<project>. The parameter name to change this is
    186186{{{
    187 tracd --base-path=/some/path
     187 $ tracd --base-path=/some/path
    188188}}}
    189189