Changes between Version 6 and Version 7 of TicketCreateButtonsPlugin


Ignore:
Timestamp:
Apr 22, 2012, 11:44:07 AM (12 years ago)
Author:
Adrian Fritz
Comment:

Details with learned issues (from Install). Refs. ticket/9978

Legend:

Unmodified
Added
Removed
Modified
  • TicketCreateButtonsPlugin

    v6 v7  
    5353     1. Below instructions should be specific for some O.S. Please, help expanding this instructions.
    5454     1. Broader installation guidelines are made available at [http://trac.edgewall.org/wiki/TracPlugins TracPlugins]
    55      1. Sections not used, are suggested to be kept under comment. In future you might need it. For example:
     55     1. Unused sections are suggested to be kept under comment. In future you might need it. For example:
    5656        {{{
    5757        {{{
     
    5959        1. '''Check''' dependencies:
    6060           i. none required
    61            * ,,`[sudo]` is optional case you already have enough authority to modify your server.,,[[BR]][[BR]]
    6261        }}}       
     62        [[BR]][[BR]]
    6363        }}}
    64      [[BR]][[BR]]
     64     1. `[sudo]`, when used, is optional case you already have enough authority to modify your server.[[BR]][[BR]]
    6565  {{{
    6666  #!comment
    6767  1. '''Check''' dependencies:
    6868     i. none required
    69 
    70      * ,,`[sudo]` is optional case you already have enough authority to modify your server.,,[[BR]][[BR]]
     69     [[BR]][[BR]]
    7170  }}}
    7271  1. '''Install''' plugin:
    73      * globally, on Linux, with easy_install:
     72     * with easy_install, globally:
    7473       {{{
    7574       #!sh
    7675       $ [sudo] easy_install https://trac-hacks.org/svn/ticketcreatebuttonsplugin
    7776       }}}
    78         * ,,`[sudo]` is optional case you already have enough authority to modify your server.,,
    79         * ,,You might be required to select a specific `tag`, `branch`. Defaults to select from `trunk`,,[[BR]][[BR]]
     77       * ,,You might be required to select a specific `tag`, `branch`. Defaults to select from `trunk`,,[[BR]][[BR]]
    8078  1. '''Enable''' this component as follows:
    81      * by updating [wiki:TracIni trac.ini] file under appropriate configuration section;
     79     * by updating [wiki:TracIni trac.ini] file under appropriate configuration section:
    8280     {{{
    8381     [components]
     
    8684     ...
    8785     }}}
    88      * or accessing your Admin panel (at your Trac environment {{{ ..admin/general/plugins }}});[[BR]][[BR]]
    89   1. '''Configure''' environment as follows:
    90      * by updating [wiki:TracIni trac.ini] file under appropriate configuration section;
     86     * or accessing your Admin panel (under selected Trac environment {{{ ..admin/general/plugins }}}).
     87     [[BR]][[BR]]
     88  1. '''Configure''' Trac environment as follows:
     89     * by updating [wiki:TracIni trac.ini] file under appropriate configuration section:
    9190       i. case using this plugin with SubticketsPlugin
    9291       {{{
     
    9796       parents.inherit = type, milestone, parents
    9897       }}}
    99      * or accessing your Admin panel (at your Trac environment {{{ ..admin/general/plugins }}});[[BR]][[BR]]
    100   1. '''Restart''' web server on command line:
    101      {{{
    102      #!sh
    103      $ [sudo] /etc/init.d/apache2 restart
    104      }}}
    105        * ,,`[sudo]` is optional case you already have enough authority to modify your server.,,
    106        * ,,Above example command line is for Apache on Ubuntu.,,[[BR]][[BR]]
    107   1. '''Test''' if this component is working properly.
    108      1. If the plugin is installed correct, the configuration you have made should reflect on tickets.[[BR]][[BR]]
     98     * or accessing your Admin panel (under selected Trac environment {{{ ..admin/general/plugins }}}).
     99     [[BR]][[BR]]
     100  1. '''Restart''' web server:
     101     * Apache on Ubuntu, example command line:
     102       {{{
     103       #!sh
     104       $ [sudo] /etc/init.d/apache2 restart
     105       }}}
     106       [[BR]][[BR]]
     107  1. '''Test''' if this component is working properly (main environment and secondary ones if also exists).
     108     1. If the plugin is installed correct, the configuration you have made should reflect on tickets.
     109     [[BR]][[BR]]
    109110
    110111== Bugs/Feature Requests ==