2015-10-21 13:03:49 +02:00
## Description
2015-10-21 16:39:34 +02:00
A Yunohost package for [Mattermost ](http://www.mattermost.org/ ), an open-source, self-hosted alternative to Slack.
2015-10-21 13:03:49 +02:00
2018-01-31 07:53:36 +01:00
[![Build status ](https://dash.yunohost.org/integration/mattermost.svg )](https://dash.yunohost.org/appci/app/mattermost)
2017-01-20 21:10:52 +01:00
2015-10-21 13:03:49 +02:00
## Requirements
Mattermost requires:
* A x86_64 system (check with `uname -m` ),
2017-10-16 06:17:51 +02:00
* Yunohost 2.7 or higher (check in Yunohost Admin panel),
2017-01-20 21:05:34 +01:00
* MySQL 5.6 or higher, or MariaDB 10 or higher (check with `mysql --version` ).
2015-10-21 13:03:49 +02:00
2016-08-31 10:23:40 +02:00
## Installing
2015-10-21 13:03:49 +02:00
You can either :
2017-09-12 11:41:45 +02:00
* Install from the Yunohost Admin web interface, by providing this URL: `https://github.com/YunoHost-Apps/mattermost_ynh`
2017-10-16 06:18:22 +02:00
* Install from the command-line: `sudo yunohost app install https://github.com/YunoHost-Apps/mattermost_ynh`
2015-10-21 13:03:49 +02:00
2016-08-31 10:23:40 +02:00
## Upgrading
Mattermost upgrades tend to work only from one minor version to the other (3.0 to 3.1, 3.1 to 3.2, etc).
**Important**: to upgrade from Mattermost 2.2, you will need an extra manual step.
Run the upgrade from Yunohost, then follow [this guide ](https://docs.mattermost.com/administration/upgrade.html ).
2015-10-21 13:03:49 +02:00
## What works
* Installation on domain's root
2015-10-21 14:33:49 +02:00
* Notification emails
2017-10-16 06:18:22 +02:00
* Push notifications
* Service control in Yunohost Services panel
2015-10-21 13:03:49 +02:00
## TODO
2017-10-16 06:18:22 +02:00
* Allow installation in sub-directory (only root-domains for now, see [#8 ](https://github.com/YunoHost-Apps/mattermost_ynh/issues/8 ))
* LDAP integration (only paid Entreprise Edition, see [#58 ](https://github.com/YunoHost-Apps/mattermost_ynh/issues/58 ))
2017-05-25 13:29:31 +02:00
## About telemetrics
2017-10-16 06:20:15 +02:00
Mattermost can collect some anonymous telemetrics about your usage of the software. These data are sent to a third-party service named [segment.com ](https://segment.com/ ).
You can find more information about this behavior in the [Mattermost documentation ](https://docs.mattermost.com/administration/telemetry.html ).
In this Yunohost package telemetrics collection is strictly opt-in, and can be turned on or off before the app is installed.