Changes between Version 13 and Version 14 of TracTweakUiPlugin


Ignore:
Timestamp:
May 9, 2018, 8:03:23 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Installation is simplified with latest version.

Legend:

Unmodified
Added
Removed
Modified
  • TracTweakUiPlugin

    v13 v14  
    3737General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3838
    39 Specific installation guidance:
    40  1. Uninstall Trac Tweak UI if you have installed it before.
    41  1. Change to the directory containing `setup.py`.
    42  1. If you want to install this plugin globally, that will install this plugin to the Python path: `python setup.py install`.
    43  1. If you want to install this plugin to Trac instance only: `python setup.py bdist_egg` and copy the generated egg file to the Trac instance's plugin directory:
    44   {{{#!sh
    45 cp dist/*.egg /srv/trac/env/plugins
    46 }}}
    47  1. Configure your `trac.ini` file:
    48   {{{#!ini
     39Enable the plugin with the following rule:
     40{{{#!ini
    4941[components]
    5042tractweakui.* = enabled
    5143}}}
    52  1. Add the following directory structure to the Trac environment's htdocs directory, using `editcc` as an example:
    53   {{{
    54 htdocs/tractweakui/
    55 }}}
    56  Or you can simply copy the htdocs/tractweakui/ in source to the Trac environment's htdocs directory.
    5744
    5845== Example