Edgewall Software

Changes between Version 7 and Version 8 of 1.3/TracPlugins


Ignore:
Timestamp:
Oct 15, 2019, 6:28:10 AM (5 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracPlugins

    v7 v8  
    7070
    7171Replace the `svn+` prefix with `git+` if installing
    72 from a Git repository. 
     72from a Git repository.
    7373
    7474Or from the path or URL of a tar.gz or zip archive:
     
    8585==== Enabling the plugin
    8686
    87 Unlike plugins installed per environment, you have to explicitly enable globally installed plugins. This also applies to plugins installed in the shared plugins directory. 
     87Unlike plugins installed per environment, you have to explicitly enable globally installed plugins. This also applies to plugins installed in the shared plugins directory.
    8888
    8989This is done in the `[components]` section of the configuration file `trac.ini`. For example:
     
    193193'''Note''': !SetEnv requires the `mod_env` module, which needs to be activated for Apache. In this case the !SetEnv directive can also be used in the `mod_python` Location block.
    194194
    195 For [TracFastCgi FastCGI], you'll need to `-initial-env` option, or whatever is provided by your web server for setting environment variables. 
     195For [TracFastCgi FastCGI], you'll need to `-initial-env` option, or whatever is provided by your web server for setting environment variables.
    196196
    197197'''Note''': if you already use -initial-env to set the project directory for either a single project or parent, you will need to add an additional -initial-env directive to the !FastCgiConfig directive:
     
    231231=== Check the permissions
    232232
    233 Trac must be able to read the .py file or package (.egg or .whl). 
     233Trac must be able to read the .py file or package (.egg or .whl).
    234234
    235235=== Check the log files