Hi Kevin, On Jun 4, 2012, at 5:11 PM, Kevin Fenzi wrote:
> I've just installed the agilo for trac plugin (0.9.7) on a machine with a > number of other trac instances. We have a few sites that wish to use it. > However, simply installing the plugin seems to change xml-rpc for all sites, > even those that do not have the plugin installed. ;( > > In particular the ticket.create and ticket.update methods just disappear. ;( > > Is there any way the xmlrpc changes could only occur on sites where the > plugin is enabled? > Or is there some other way to simply disable the xmlrpc changes in the plugin > for now? > How did you install Agilo? If you have multiple Trac instances you can install Agilo for a specific instance by placing the Agilo egg inside the 'plugins' folder of the environment where you want to use Agilo. If you have the source code instead of the python egg you can build the egg like this: python setup.py bdist_egg and then copy the egg as the other case. You can find more information here: http://trac.edgewall.org/wiki/0.10/TracPlugins If you have multiple instances where you want to activate Agilo, it might be better to create a python virtual environment shared between the Agilo instances, so you don't have to copy the Agilo egg over multiple places and this is better for maintenance, customization and upgrade purposes. For this I would suggest using Virtualenv, which is very well documented here: http://www.virtualenv.org/en/latest/index.html Hope this helps Cheers Stefano Rago -- Follow Agilo on Twitter: http://twitter.com/agilofortrac Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-trac http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Trac" Google Group. This group is focused on supporting Agilo for Trac users and is moderated by Agilo Software GmbH <http://www.agilosoftware.com>. To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo

