Changes between Version 8 and Version 9 of TicketReminderPlugin


Ignore:
Timestamp:
Mar 9, 2017, 7:18:44 PM (7 years ago)
Author:
figaro
Comment:

Added generic installation instructions

Legend:

Unmodified
Added
Removed
Modified
  • TicketReminderPlugin

    v8 v9  
    1414Users with `TICKET_ADMIN` permission also have above mentioned permissions.
    1515
    16 You should call `trac-admin` `reminders` command every day just after the midnight to process any pending reminders. For example, you can add this to your Cron configuration file `/etc/crontab`:
     16You should call the `trac-admin reminders` command every day just after midnight to process any pending reminders. For example, you can add this to your Cron configuration file `/etc/crontab`:
    1717
    1818{{{
     
    3434== Installation
    3535
     36General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     37
     38For this particular plugin, you can also run the following command:
     39
    3640{{{#!sh
    3741pip install TicketReminderPlugin
    3842}}}
    39 
    40 For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    4143
    4244== Author/Contributors