Changes between Version 2 and Version 3 of TracJsGanttPlugin


Ignore:
Timestamp:
Dec 6, 2010, 10:25:08 PM (13 years ago)
Author:
Chris Nelson
Comment:

Installation notes

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v2 v3  
    2222
    2323You can check out TracJsGanttPlugin from [http://trac-hacks.org/svn/tracjsganttplugin here] using Subversion, or [source:tracjsganttplugin browse the source] with Trac.
     24
     25== Installation ==
     26
     27 1. [#Download Download] the source and run:
     28{{{
     29python setup.py bdist_egg
     30}}}
     31
     32 2. Install it in one of the following ways:
     33{{{
     34cp dist/*.egg path/to/trac/env/plugins
     35}}}
     36{{{
     37easy_install dist/*.egg
     38}}}
     39
     40 3. Enable the plugin in {{{trac.ini}}} as follows:
     41{{{
     42[components]
     43tracjsgantt.* = enabled
     44}}}
    2445
    2546== Example ==