You can install the latest Focalboard plugin, including developer builds, ahead of the official release using the following steps:
Follow the steps in the Mattermost admin guide to enable custom plugins:
PluginSettings > EnableUploads
to true
in your config.json
Download mattermost-plugin-focalboard.tar.gz
from the latest build or release.
Then upload the Focalboard plugin:
mattermost-plugin-focalboard.tar.gz
fileFollow the steps here to configure your web proxy (NGINX, Apache, etc.) to complete the setup.
The Focalboard plugin requires the Reliable Websockets feature to be enabled. Check in the Mattermost server configuration that the property ServiceSettings.EnableReliableWebSockets
is set to true
. If it’s not, enable it, restart the server and reload the clients before using the Focalboard plugin.