Edgewall Software

Changes between Version 86 and Version 87 of TracOnUbuntu


Ignore:
Timestamp:
Oct 14, 2011, 5:45:42 PM (13 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnUbuntu

    v86 v87  
    6666- initialize `Trac` environment within that directory
    6767- create `apache2` htpasswd entry for authorized web user access within this directory
    68 - add to Trac this authorized web user with administartive privileges over Trac
     68- add to Trac this authorized web user with administrative privileges over Trac
    6969{{{#!sh
    7070mkdir -p /var/local/trac && chown www-data: /var/local/trac
     71trac-admin /var/local/trac initenv
    7172htpasswd -c /var/local/trac/.htpasswd adminusername
    72 trac-admin /var/local/trac initenv
    7373trac-admin /var/local/trac permission add adminusername TRAC_ADMIN
    7474}}}