1d15d63e6d | ||
---|---|---|
.deploy | ||
app | ||
config | ||
db/migrate | ||
lib | ||
spec | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
README.md | ||
api.yml | ||
plugin.rb |
README.md
Discourse Mozilla Group and Category Management
API to create/manage namespaced groups and categories on a Discourse instance
API
Dependencies
This plugin has a dependency on other Discourse plugins, these are:
And these plugins are recommended:
Archives category
This plugin requires a category called "Archives" to moved deleted categories to.
Usage
Currently, this plugin doesn't have a UI. New clients must be created using rails c
:
MozillaGCM::Client.create!(name: "Test Client", namespace: "test", category: category, key: "12345")
Bug reports
Bug reports should be filed by following the process described here.
Running tests
Clone this plugin into plugins/discourse-mozilla-gcm
in the root of your Discourse source dir.
Use RAILS_ENV=test rake plugin:spec[discourse-mozilla-gcm]
to run the tests.