Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mattermost

This page tries to document the Mattermost test installation at https://mattermost-test.eclipse.org

The setup

Matterbridge

The matterbridge is a stand alone application which acts as a bridge between the mattermost channels and IRC servers.

See also: https://github.com/42wim/matterbridge

It is an application written in the "Go" language and has to be compiled first. With having Ubuntu 16.04 on the machine it can now be compiled on the mattermost host itself.

Compiling

$ go get github.com/42wim/matterbridge
# chown matterbridge bin/matterbridge
# cp bin/matterbridge /opt/mattermost/matterbridge/bin

Back to the top