Changes between Version 10 and Version 11 of SubticketsPlugin
- Timestamp:
- 10/10/12 23:19:12 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubticketsPlugin
v10 v11 26 26 == Installation == 27 27 28 1. Download the attached [attachment:TracSubTicketsPlugin-0.1.0.zipzip file], unpack it and run:29 {{{28 1. Download the [https://github.com/itota/trac-subtickets-plugin/zipball/master zip file], unpack it and run: 29 {{{ 30 30 #!sh 31 31 python setup.py bdist_egg 32 }}} 33 34 2. Install it in one of the following ways: 35 {{{ 32 }}} 33 1. Install it in one of the following ways: 34 {{{ 36 35 #!sh 37 36 cp dist/*.egg path/to/trac/env/plugins 38 }}}39 {{{37 }}} 38 {{{ 40 39 #!sh 41 40 easy_install dist/*.egg 42 }}} 43 44 3. Enable the plugin in {{{trac.ini}}} as follows: 45 {{{ 41 }}} 42 1. Enable the plugin in {{{trac.ini}}} as follows: 43 {{{ 46 44 #!ini 47 45 [components] 48 46 tracsubtickets.api.* = enabled 49 47 tracsubtickets.web_ui.* = enabled 50 }}} 51 52 4. Upgrade your trac environment like: 53 {{{ 48 }}} 49 1. Upgrade your trac environment like: 50 {{{ 54 51 #!sh 55 52 trac-admin <env> upgrade 56 }}}53 }}} 57 54 58 55 == Screenshots ==

