Skip to content

Brightscout/mattermost-plugin-riff-survey

Repository files navigation

mattermost-plugin-riff-survey

A mattermost plugin to send surveys for Riff Edu meetings.

Installation and setup

Platform & tools

Building the plugins

  • Run the following commands to prepare a compiled, distributable plugin zip:
$ mkdir -p ${GOPATH}/src/github.com/rifflearning
$ cd ${GOPATH}/src/github.com/rifflearning
$ git clone git@github.com:rifflearning/mattermost-plugin-riff-survey.git
$ cd mattermost-plugin-riff-survey
$ make dist
  • This will produce a .tar.gz file in /dist directory that can be uploaded to mattermost.

Installation

  1. Go to the releases page of this GitHub repository and download the latest release for your Mattermost server.
  2. Upload this file in the Mattermost System Console > Plugins > Management page to install the plugin. To learn more about how to upload a plugin, see the documentation.
  3. You should set Enable integrations to override usernames and Enable integrations to override profile picture icons in System Console > Custom Integrations to true.
  4. You can configure the Plugin from System Console > Plugins > Survey.

Documentation

Check the docs directory for the documentation.