Edgewall Software

Changes between Version 84 and Version 85 of TracOnFedoraCore


Ignore:
Timestamp:
Feb 16, 2015, 12:40:19 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Remove reference to WebAdmin since that page discusses the old plugin.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnFedoraCore

    v84 v85  
    9696
    9797So that login will have a password file can refer to, as in this example for project ''foobar'':
    98 {{{
    99  htpasswd -c /srv/trac/foobar/conf/trac.htpasswd adminuser
     98{{{#!sh
     99$ htpasswd -c /srv/trac/foobar/conf/trac.htpasswd adminuser
    100100}}}
    101101
    102 and follow [http://trac.edgewall.org/wiki/WebAdmin webadmin] instruction to assign "adminuser" as the trac admin.
     102and assign "adminuser" as the trac admin.
     103{{{#!sh
     104$ trac-admin /srv/trac/foobar permission add adminuser TRAC_ADMIN
     105}}}
    103106
    104107== SELinux