#>wget http://peak.telecommunity.com/dist/ez_setup.py
#> python ez_setup.py
#> trac-admin /var/ww/trac/site.com
this will give you a trac admin shell ( you need to use the same passwd you have mentioned in /var/www/trac/.htpasswd )
>permission add siteuser TRAC_ADMIN
>permission list siteuser
the above is a one time setup now with easy_install you can install various plugins
--------------------------------------------------------------------------------------
easy_install http://svn.edgewall.com/repos/trac/plugins/0.10/webadmin
now in your /var/www/trac/site.com/conf/trac.ini add the following :
[components] webadmin.* = enabled
restart your httpd server
No comments:
Post a Comment