authentication - No admin button in Trac - i've installed trac .10.5 , configured trac.htpasswd file, , able log in , view/create tickets. the problem unable administer ticket components such versions appear in drop list on new ticket . from command line, issued next command: trac-admin /foo/bar/trac/ permission add together myusername trac_admin user "myusername" listed in /foo/bar/trac/conf/trac.htpasswd , , able log in account. is there step i'm missing in order access scheme configuration area? (for instance, setting version numbers) edit: discovered version .10.* , below not have web admin capabilities installed default. http://trac.edgewall.org/wiki/webadmin i downloaded plugin source: svn export http://svn.edgewall.com/repos/trac/plugins/0.10/webadmin/ then ran setup.py , generated dist/tracwebadmin-0.1.2dev-py2.6.egg file. i issued easy_install tracwebadmin-0.1.2dev-py2.6.egg. here's output: processing tracw...
Comments
Post a Comment