Banno / getsentry-ldap-auth

A Sentry extension to add an LDAP server as an authention source.
Apache License 2.0
163 stars 53 forks source link

Installation documentation #27

Closed xaionaro closed 6 years ago

xaionaro commented 6 years ago

Is there any documentation explains how to install the plugin?

(especially if the instance is made by following https://github.com/getsentry/onpremise)

heitorsilva commented 6 years ago

hello @xaionaro!

It seems it doesn't, and to install it, after creating a Python virtual environment for Sentry (mkvirtualenv sentry -p /usr/local/bin/python2.7 for example), you can do pip install https://github.com/Banno/getsentry-ldap-auth/archive/2.5.zip (select the plugin version by visiting the releases list).

With the plugin installed by pip, then you have to configure sentry.conf.py with all the things that are described on README.md, matching your LDAP parameters.

Start (or restart) the server after all this, and it should be working.

Did I miss anything @barronhagerman?

barronhagerman commented 6 years ago

Yeah, sorry about that, @xaionaro. Thanks @heitorsilva. That pretty much covers it, which I suppose is why there's nothing about it in the README. I'll add some basic installation instructions.