logiciels_libres:mattermost
Ceci est une ancienne révision du document !
−Table des matières
Mattermost Server
How to host mattermost on your own server ?
Source Code
Download the source :
wget https://releases.mattermost.com/5.39.0/mattermost-5.39.0-linux-amd64.tar.gz
Apache2 modules
You need to enable the following apache modules: mod_rewrite , mod_proxy, mod_proxy_http, mod_headers, and proxy_wstunnel.
You can use the apache2 enable mod command, a2enmod :
sudo a2enmod proxy_wstunnel
and
sudo a2enmod headers
… and so on.
Apache2 configuration - SSL
logiciels_libres/mattermost.1633706037.txt.gz · Dernière modification : 2021/10/08 17:13 de klorobionten