22 строки
920 B
Markdown
22 строки
920 B
Markdown
Discourse + Mozilla IAM
|
|
===========================
|
|
|
|
[![Build Status](https://travis-ci.org/mozilla/discourse-mozilla-iam.svg?branch=master)](https://travis-ci.org/mozilla/discourse-mozilla-iam)
|
|
[![Coverage Status](https://coveralls.io/repos/github/mozilla/discourse-mozilla-iam/badge.svg?branch=master)](https://coveralls.io/github/mozilla/discourse-mozilla-iam?branch=master)
|
|
|
|
A plugin to integrate [Discourse](http://discourse.org) with Mozilla's Identity and Access Management (IAM) system.
|
|
|
|
## Bug reports
|
|
|
|
Bug reports should be filed [by following the process described here](https://discourse.mozilla.org/t/where-do-i-file-bug-reports-about-discourse/32078).
|
|
|
|
## Running tests
|
|
|
|
Clone this plugin into `plugins/discourse-mozilla-iam` in the root of your Discourse source dir.
|
|
|
|
Use `RAILS_ENV=test rake plugin:spec[discourse-mozilla-iam]` to run the tests.
|
|
|
|
## Licence
|
|
|
|
[MPL 2.0](https://www.mozilla.org/MPL/2.0/)
|