> 1. I would share these informations along every projects: > - users authentication and permissions Use LDAP (with LdapPlugin) or AccountManagerPlugin (I think it supports this, but I never tried it myself)
> - python eggs cache Use the same cache path for all projects > - trac plugins Use the [inherit] configuration section in trac.ini to inherit from a global config file for all your projects, and define in this global file which plugins you want to enable, and the path to the global plugin directory > 2. When I open the main page : http://mywebsite/trac it return: > ----------------------------------------------------- > Available Projects > > * Test Project > * login: Error > ([Errno 2] No such file or directory: '/usr/local/trac/projects/ > login/VERSION') You should NOT have created a "login" directory in /usr/local/trac/projects/; remove it. > 3. In the Admin page I see Trac 0.11rc1 like a PlugIn..why?! Because every single feature in Trac is implemented as a component, and you may want to remove one component from the Trac core: for example you may want to disable the whole ticketing system, and keep the wiki and the SVN browser.... > 4. I have TracWebAdmin 0.1.2dev installed but If I try to install, for > example, the accountManager plugIn I receive the error: You should have not: TracWebAdmin plugin is for 0.10 only (this is documented...). The WebAdmin feature is part of Trac 0.11 HTH, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
