Definitions # is the path to the Trac project /var/lib/trac/PROJECTNAME/ Create new Trac instance # trac-admin initenv --inherit=/etc/trac/trac.ini Change ownership to webserver # chown lighttpd:lighttpd -R Set permissions for webadmin # trac-admin permission add authenticated TRAC_ADMIN # trac-admin permission add authenticated TICKET_ADMIN