Changes between Version 33 and Version 34 of TracTicketChangelogPlugin
- Timestamp:
- Oct 4, 2017, 8:16:03 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTicketChangelogPlugin
v33 v34 58 58 59 59 1. Uninstall TracTicketChangelogPlugin if you have installed it before. 60 1. Change to the directory contain ning setup.py.60 1. Change to the directory containing setup.py. 61 61 * (Optional): If you have Babel installed and would like to have translations available: 62 62 {{{#!sh … … 64 64 }}} 65 65 1. If you want to install this plugin globally, you need to install this plugin to the Python path: 66 * python setup.py install 66 {{{#!sh 67 python setup.py install 68 }}} 67 69 1. If you want to install this plugin to the Trac instance only: 68 * python setup.py bdist_egg 69 * copy the generated egg file to the Trac instance's plugin directory: 70 {{{#!sh 71 python setup.py bdist_egg 72 }}} 73 Then copy the generated egg file to the Trac instance's plugins directory: 70 74 {{{#!sh 71 75 cp dist/*.egg /srv/trac/env/plugins