Changes between Version 12 and Version 13 of ComponentHierarchyPlugin


Ignore:
Timestamp:
Dec 18, 2016, 4:00:49 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Remove narrowly defined installation instructions, which may be misleading to users since there are numerous acceptable ways to install the plugins.

Legend:

Unmodified
Added
Removed
Modified
  • ComponentHierarchyPlugin

    v12 v13  
    3838== Installation
    3939
    40  1. Build the plugin:
    41  {{{#!sh
    42 python setup.py bdist_egg
    43 }}}
    44  1. Copy the plugin to Trac:
    45  {{{#!sh
    46 cp dist/ComponentHierarchy-0.0.1-py2.7.egg /instance_trac/plugins/
    47 }}}
    48  1. Restart webserver, eg Apache.
    49 
    5040General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    5141