> As I said before I'm newbie using Trac. You wrote some concepts that are > unknow by me. For example you refer to a trac enviroment. What's this means? > Also I not known what you mean with per-instance.
Environment: a project Trac manages. You create a new environment (aka project) with the "trac-admin <project> initenv" command, as in INITialize ENVironment. Per-Instance: you can either install a plugin for each Trac project you use, which means that the plugin features will be available for this project (i.e. "instance") but not for the other projects. If you want to use the same plugin in all the projects you have created, you can install the plugin into a global plugin directory rather than installing it once into each project plugin directory. 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 -~----------~----~----~----~------~----~------~--~---
