djloude / mattermost-plugin-analytics

A mattermost plugin to show analytics of your instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mattermost Plugin Analytics Build Status

This plugin displays analytics for your Mattermost instance. When you enter /analytics it responds with :

screenshot

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.

Development

make

This will produce a single plugin file (with support for multiple architectures) for upload to your Mattermost server:

dist/com.github.manland.mattermost-plugin-analytics-X.X.X.tar.gz

There is a build target to automate deploying and enabling the plugin to your server, but it requires configuration and http to be installed:

export MM_SERVICESETTINGS_SITEURL=http://localhost:8065
export MM_ADMIN_USERNAME=admin
export MM_ADMIN_PASSWORD=password
make deploy

Alternatively, if you are running your mattermost-server out of a sibling directory by the same name, use the deploy target alone to unpack the files into the right directory. You will need to restart your server and manually enable your plugin.

In production, deploy and upload your plugin via the System Console.

About

A mattermost plugin to show analytics of your instance

License:Apache License 2.0


Languages

Language:Go 81.7%Language:Makefile 18.3%