Changes between Version 36 and Version 37 of QueuesPlugin


Ignore:
Timestamp:
Nov 17, 2016, 8:47:41 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Simplify installation instructions in order to remove hard-coded "0.12" directory from steps.

Legend:

Unmodified
Added
Removed
Modified
  • QueuesPlugin

    v36 v37  
    2929== Installation / Configuration
    3030
    31  1. Install the plugin (after downloading and unzipping):
    32  {{{#!sh
    33 cd queuesplugin/0.12
    34 sudo python setup.py bdist_egg
    35 sudo cp dist/TracQueues*.egg /your/trac/location/plugins/
    36 }}}
    37 
    38  See [t:TracPlugins] for more installation details and options. You will likely need to restart Trac's web server after installation.
     31 1. Install the plugin. See TracPlugins for installation details and options. You will need to restart Trac's web server after installation.
    3932
    4033 2. Enable the plugin by adding the following to your `trac.ini` file: