Trac Plugin Installs
Posted by: mtowers
Posted on: 2009-07-09 18:58:00
Has anyone had any success installing Trac plugins on top of the one-click Trac install? Namely, I'm trying to install AuthOpenIdPlugin (http://trac.sandbox.lt/auth/wiki/AuthOpenIdPlugin).
To get the install scripts to run correctly, you need to setup a python virtual environment (http://wiki.dreamhost.com/Python#Virtualenv), which is a bit of a hassle, but straightforward.
From there the install instructions call for some tweaks to trac.ini (see plugin wiki page).
Once all of that is done, in theory one should see the OpenId Login option on the wiki home page. In my case it's not there which implies to me that either the plugin is not installed correctly or has not been loaded by Trac.
The TracGuide docs offer the following tidbit: "Note: After installing the plugin, you need to restart your web server. " Which we can't do, though I read somewhere that if you touch index.fcgi or simply click the "change fully hosted settings now" button on the domain admin page, it will refresh all of the virtual host apache gunk for the domain in question. Again, no luck.
Has anyone had any luck installing this or any other Trac plugin?
-Matt
www.typidee.com