Version 3 (modified by chris, 3 years ago) (diff) |
---|
Table of Contents
Trac
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