[[PageOutline(2-5, Table of Contents, floated)]] = Trac = See the TracGuide for help documentation. This site was installed on ticket:1. == Create an Trac account == SSH into the [[Crin1]] server and run: {{{ sudo -i su - trac -s /bin/bash export NEWUSER="username" htdigest .htpasswd trac $NEWUSER }}} And if they need admim permissions also run: {{{ trac-admin /var/www/trac permission add $NEWUSER admin trac-admin /var/www/trac permission add $NEWUSER TRAC_ADMIN }}} Then login as the user and set their email address at https://trac.crin.org.archived.website/trac/prefs == email2trac == This site supports commenting on tickets via email, this was set up on ticket:1#comment:15 Each year the fingerpint of the server the Trac email accounts collects email from using fetchmail needs changing when the cert if updated, to get the current fingerprint: {{{ fetchmail -v -p imap -u trac.trac.crin.org mail.webarch.net | grep -i fingerprint }}} Then updated the {{{~/.fetchmailrc}}}: {{{ sudo -i su - trac -s /bin/bash vim .fetchmailrc }}} == Current trac tickets == [[TicketQuery(status=accepted|new|assigned|reopened&component=trac,order=id,desc=1,format=table,col=summary|owner|reporter)]] == Closed trac tickets == [[TicketQuery(status=closed&component=trac,order=id,desc=1,format=table,col=summary|owner|reporter)]]