On 17 Jul, 2009, at 23:15 , Rafael Silva wrote:
> Hello group, Hi Rafael, > I'm trying to install Agilo into one particular project of an existing > trac system with no success. Let's try to help you :-) > I tried to install Agilo following the steps bellow: > 1)Download latest agilo source code. > 2)Generate egg file from agile source code through "python setup.py > bdist_egg > " command. > 3)Copy generated egg file on step 2) into particular trac project plug > in folder > 4)Edit trac porject trac.ini adding the lines bellow: > [components] > agilo.* = enabled > 5)Update trac project: trac-admin path_to_project update > 6)Setup all project file permissions properly > 7)Restart Apache server > > After executing all those steps, nothing happens to the project - > although the plugin is listed on project trac plugin page, and it is > enable. > It is weird also as trac-admin output says that nothing needs to be > updated. > Furthermore, I couldn't find any log errors - no error is reported on > trac or apache log files even running python in debug mode. > > Please, Does someone know what can be this problem root cause? > Any hints on how to accomplish this task? > I couldn't figure out how to fix this issue.... Well this can be related to the fact that you miss some dependencies and the eggs will not load into Trac. So I suggest you to enable the log and have a look at the beginning of the file when Trac starts to load the components. There you should spot some error, or "Skipping" on module or another... at least you should find more informations. > thanks in advance, HTH > Roger Roger or Rafael? Best ANdreaT --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

