Changes between Version 1 and Version 2 of TracCrowdAuthPlugin


Ignore:
Timestamp:
Apr 25, 2011, 6:41:05 AM (13 years ago)
Author:
Richard Liao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCrowdAuthPlugin

    v1 v2  
    66
    77TracCrowdAuthPlugin is a [http://www.atlassian.com/software/crowd crowd] auth store for [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]
     8
     9= Prerequisite =
     10 * [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]
     11 * simplejson when using python below 2.6
    812
    913== Bugs/Feature Requests ==
     
    2428
    2529== Example ==
     30 You can install this software as normal Trac plugin.
    2631
     32 1. Uninstall TracCrowdAuthPlugin if you have installed before.
     33
     34 2. Change to the directory containning setup.py.
     35
     36 3. If you want to install this plugin globally, that will install this plugin to the python path:
     37  * python setup.py install
     38
     39 4. If you want to install this plugin to trac instance only:
     40  * python setup.py bdist_egg
     41  * copy the generated egg file to the trac instance's plugin directory
     42  {{{
     43cp dist/*.egg /srv/trac/env/plugins
     44}}}
     45
     46 5. Config trac.ini:
    2747  {{{
    2848[components]