Hello Matthew, 2010/6/16 Matthew Caron: >> Is there any additional step in order to make them show in my "Manage >> Plugins" page? > > The webserver user needs to be able to read them. What are the permissions > on them?
I guess this was already OK: chowned the dir to www-data, and set 755 on it. However... (...) > Also I don't think that the zip file you downloaded > (accountmanagerplugin_0.11-r8116.zip) is not an egg. I think if you unzip > it, you'll find that it source code out of which you need to make an egg, > eg: > > python setup.py bdist_egg ...this is what made the whole thing work. After building the egg, I just had to place it under my plugins directory, and everything worked. Don't know why the "Install plugins" didn't work, but my issue was solved anyway. Thank you very much for your help, -- Mírian Bruckschen -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
