openbsd-ports/www/trac-adminplugin/pkg/MESSAGE
merdely 0e167915f0 A plugin is available for administering your Trac projects through the
web interface.  It performs many tasks performed by trac-admin(1).

Tested by sthen@ and Roland Philippsen
ok sthen@
2007-09-15 03:07:07 +00:00

11 lines
358 B
Plaintext

To enable Trac WebAdmin for your project, add the following to your
project's /path/to/projenv/conf/trac.ini file:
[components]
webadmin.* = enabled
To give a user admin rights, run:
trac-admin /path/to/projenv permission add bob TRAC_ADMIN
To give a user admin rights to the ticket system, run:
trac-admin /path/to/projenv permission add bob TICKET_ADMIN