Changes between Version 9 and Version 10 of PhpBbAuthPlugin
- Timestamp:
- Nov 9, 2015, 3:03:32 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpBbAuthPlugin
v9 v10 12 12 13 13 Existing bugs and feature requests for PhpBbAuthPlugin are 14 [ query:status!=closed&component=PhpBbAuthPlugin&order=priority here].14 [report:9?COMPONENT=PhpBbAuthPlugin here]. 15 15 16 16 If you have any issues, create a 17 [/newticket?component=PhpBbAuthPlugin &owner=pacopablonew ticket].17 [/newticket?component=PhpBbAuthPlugin new ticket]. 18 18 19 19 [[TicketQuery(component=PhpBbAuthPlugin&group=type,format=progress)]] 20 20 21 == Download and Source21 == Download 22 22 23 Download the zipped source from [download:phpbbauthplugin here], check out [/svn/phpbbauthplugin using Subversion], or [source:phpbbauthplugin browse the source] with Trac. 23 Download the zipped source from [export:phpbbauthplugin here]. 24 25 == Source 26 27 Check out [/svn/phpbbauthplugin using Subversion], or [source:phpbbauthplugin browse the source] with Trac. 24 28 25 29 == Installation 26 30 27 * First make sure you have AccountManagerPlugin installed 28 * Grab the source 29 * Unpack the source 30 * Change into the source directory that contains the `setup.py` file 31 * Build an egg: 32 {{{ 33 #!sh 31 * As a prerequisite, AccountManagerPlugin must be installed. 32 * Grab and unpack the source. 33 * Change into the source directory that contains the `setup.py` file and build an egg: 34 {{{#!sh 34 35 python setup.py bdist_egg 35 36 }}} 36 * Copy the egg, found in `dist/` to the `plugins` directory of the desired trac environment37 * Copy the egg, found in `dist/` to the `plugins` directory of the desired Trac environment. 37 38 38 39 == Configuration … … 53 54 }}} 54 55 55 To use this, it requires mysql-pythonwhich can be installed with pip from a command line:56 To use this, mysql-python is required which can be installed with pip from a command line: 56 57 57 58 {{{#!sh … … 66 67 67 68 '''Author:''' [wiki:pacopablo] [[BR]] 68 '''Maintainer:''' ''none''[[BR]]69 '''Maintainer:''' [[Maintainer]] [[BR]] 69 70 '''Contributors:''' [[BR]]