Trac administration

guda | J October, 2008 | 2:50 pm

Trac
==Start the administration==
trac-admin /home/domains/spider/trac-dagensps

==Run the server with==
tracd –auth=*,/home/domains/spider/.passwords,spider.bg –port 8000 /home/domains/spider/trac_envs/dagensps /home/domains/spider/trac_envs/trucks

==Add users==
htdigest /home/domains/spider/.passwords spider.bg a.inkov@spider.bg

==Apache Integration==

http://trac.edgewall.org/wiki/TracCgi#AddingAuthentication

Here is what I use to start the trac in spider:
router:/home/domains/spider# cat trac.start.sh
#!/bin/bash
tracd –port 8000 \
–auth=dagensps,/home/domains/spider/.passwords,spider.bg /home/domains/spider/trac_envs/dagensps \
–auth=trucks,/home/domains/spider/.passwords,spider.bg /home/domains/spider/trac_envs/trucks \
–auth=bbi,/home/domains/spider/.bbi_passwords,spider.bg /home/domains/spider/trac_envs/bbi/

One response

To use the xmlrpc plugin you should use the simple

guda

To use the xmlrpc plugin you should use the simple authentication

here is changed example

#!/bin/bash

cd /home/domains/spider

tracd –port 8000 \
–basic-auth=dagensps,/home/domains/spider/.ht_passwords,spider.bg /home/domains/spider/trac_envs/dagensps \
–basic-auth=dagensps,/home/domains/spider/.ht_passwords,spider.bg /home/domains/spider/trac_envs/test \
–auth=trucks,/home/domains/spider/.passwords,spider.bg /home/domains/spider/trac_envs/trucks \
–auth=bbi,/home/domains/spider/.bbi_passwords,bbi /home/domains/spider/trac_envs/bbi

#–auth=dagensps,/home/domains/spider/.passwords,spider.bg /home/domains/spider/trac_envs/dagensps

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>