== Discussion == * Concerns * Serve for new and experienced people * Guidelines * try to be D.R.Y. (Don´t Repeat Yourself) * References * TagsPlugin * http://trac.edgewall.org/wiki/TracPlugins * Boreste´s internal guidelines for (sorry no external link for this but I have exposed a page [wiki:NewHackTemplate/Boreste here]) Follows "Install and Configure" section proposal for NewHackTemplate. == Install and Configure == Steps to install and configure this plugin are: 1. Install * Manually: 1. Download tags: [download:nononononoono/tags/VV.RR tags-VV.RR.zip] or grab [/svn/nononononoono/tags/VV.RR the source] from SVN. 2. [trac:wiki:TracPlugins Build and install an egg] from this source. 1. Copy the '.egg' file at plugins directory (usually: {{{/usr/lib/python2.5/site-packages/}}}). 1. Install - single environment: execute at '.egg' plugins directory {{{ #!sh $ python setup.py bdist_egg }}} 1. Install - all environments: at plugin e execute {{{ #!sh $ python setup.py XXXXX???? }}} * With `easy_install`: {{{ #!sh $ sudo easy_install https://trac-hacks.org/svn/nononononoono }}} 1. Enable * Manually: 1. Edit {{{trac.ini}}} file: {{{ [components] nononononoono.* = enabled }}} * Or through [/admin/general/plugin web Admin interface]: {{{ NONONOONOOONONONON }}} * '''Note''': Requires to be enabled individually on every single Trac environment. 1. Configure appropriately for your version of Trac. Update your [wiki:TracIni trac.ini] with this:: {{{ [nononononoono] nononononoono_fhdfjksdh.* = true ..... # if you want to personalize / translate some labels [mainnav] nononononoono.label = jkhfjshdkf nononononoono.href = /NONONOO }}} 1. You may need to restart your web server. Example: {{{ sudo /etc/init.d/apache2 restart }}} 1. Check if any permission is required to execute or view plugin results. Configure accordingly. 1. Test plugin functionality. At more than one Trac environment if the case. 1. Troubleshooting: TracPlugins have generic resources for plugin installation.