Changes between Initial Version and Version 1 of Trac


Ignore:
Timestamp:
May 7, 2015, 11:10:45 AM (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac

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