Also for reference, _a_ list of plugins is available:
http://trac-hacks.org/browser


On Thu, Mar 19, 2015 at 8:34 AM, Matt Brown <matthewbr...@gmail.com> wrote:

> Thanks Ryan!
>
> For future reference, the following procedure worked:
>
> 1) grabbed the source zip
> 2) decompressed
> 3) accessed the directory with the setup.py (that I wished to install)
> 4) ran the following:
>
> python setup.py bdist_egg
>
> 5) located the `.egg` file in the ./dist/ directory
> 6) copied the `.egg` into the plugins directory located
> ./installer/bloodhound/environments/main/plugins
> 7) stopped the server that's handling trac/bloodhound
> 8) the plugin is now listed in admin> General/plugins where I checked off
> the options I'd like to enable.
> 9) In my case (being the trac.ini Editor
> https://trac-hacks.org/wiki/TracIniAdminPanelPlugin ), there appeared a
> menu entry on the admin> General menu.
>
>
> Could I have also just used the Bloodhound web UI to install the .egg
> file?  What else would this have done other than copying the .egg file into
> the plugins directory?
>
>
> Thanks!
>
> Matt
>
>
>
> On Wed, Mar 18, 2015 at 4:03 PM, Ryan J Ollos <rjol...@apache.org> wrote:
>
>> On Wed, Mar 18, 2015 at 12:22 PM, Matt Brown <matthewbr...@gmail.com>
>> wrote:
>>
>>> Hello all,
>>>
>>> I'm new to both trac and bloodhound.
>>>
>>> I'm in process of attempting to host Bloodhound on IIS7.5 through
>>> http://trac.edgewall.org/wiki/TracOnWindowsIisIsapi without luck (I
>>> just stalked Seb on twitter, so maybe that will help).  But I'll get to
>>> this later.
>>>
>>>
>>> Regardless, I'd like to go ahead with some plugin installations and
>>> wanted a better understanding of how to install plugins.
>>>
>>> I'm specifically interested in LDAP authentication straight away (I'm
>>> hoping to leverage NTLM/kerberos for transparent logon from a user's
>>> browser... is this possible?).  In my search, I came across two add-ins
>>> that would likely help me quickly administer some options:
>>> https://trac-hacks.org/wiki/IniAdminPlugin
>>> https://trac-hacks.org/wiki/TracIniAdminPanelPlugin
>>>
>>> TracIniAdminPanelPlugin seems to be preferred.  Given that plugin, how
>>> can I go ahead with the installation?  Should I pop it into the plugins dir
>>> (,,/installer/bloodhound/environments/main/plugins)?  Or should I use the
>>> handy web UI?  If so, which file should I place there?  There doesn't
>>> appear to be a .egg available.
>>>
>>>
>>> Any assistance is appreciated.
>>>
>>>
>>> Thanks,
>>>
>>> Matt
>>>
>>
>>
>> Best to start by reading the TracPlugins page, and let us know if you
>> have any questions:
>> http://trac.edgewall.org/wiki/TracPlugins
>>
>
>

Reply via email to