Changes between Initial Version and Version 1 of Trac
- Timestamp:
- May 7, 2015, 11:10:45 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac
v1 v1 1 == Create an Trac account == 2 3 SSH into the [[Crin1]] server and run: 4 5 {{{ 6 sudo -i 7 su - trac -s /bin/bash 8 export NEWUSER="username" 9 htdigest .htpasswd trac $NEWUSER 10 }}} 11 12 And if they need admim permissions also run: 13 14 {{{ 15 trac-admin /var/www/trac permission add $NEWUSER admin 16 trac-admin /var/www/trac permission add $NEWUSER TRAC_ADMIN 17 }}} 18 19 Then login as the user and set their email address at https://trac.crin.org.archived.website/trac/prefs