Changes between Version 7 and Version 8 of CardsPlugin


Ignore:
Timestamp:
Mar 23, 2016, 6:15:30 PM (8 years ago)
Author:
figaro
Comment:

From http to https

Legend:

Unmodified
Added
Removed
Modified
  • CardsPlugin

    v7 v8  
    5858General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    5959
    60  1. Install as follows: `$ easy_install http://trac-hacks.org/svn/cardsplugin/trunk`.
    61  1. Enable in Trac's plugin admin page or in your `trac.ini` file:
     60 1. Install as follows: `$ easy_install https://trac-hacks.org/svn/cardsplugin/trunk`.
     61 1. Enable the plugin in Trac's plugin admin page or in your `trac.ini` file:
    6262   {{{#!ini
    6363   [components]
    6464   cards.* = enabled
    6565   }}}
    66  1. Update database: `trac-admin path-to-your-trac-environment upgrade`.
     66 1. Update database: `trac-admin path/to/trac/environment upgrade`.
    6767 1. Assign the `CARDS_ADMIN` permission to the users who need this plugin's functionality, for example in permission admin panel.
    6868