Edgewall Software

Changes between Version 341 and Version 342 of TracInstall


Ignore:
Timestamp:
Mar 10, 2011, 1:16:53 AM (13 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v341 v342  
    377377 * TracFastCgi if you're using another web server with FCGI support (Cherokee, Lighttpd, !LiteSpeed, nginx)
    378378
     379== Granting admin rights to the admin user
     380Grant admin rights to user admin:
     381{{{
     382$ trac-admin /path/to/projectenv permission add admin TRAC_ADMIN
     383}}}
     384This user will have an "Admin" entry menu that will allow you to admin your trac project.
    379385
    380386== Finishing the install