Server build (Team Edition)
If plugin functionalities don't cover your use cases, you have the freedom to customize and build your own version of the mattermost-server project.
Before proceeding with the steps below, make sure you have completed the mattermost-server setup process.
-
Customize the project according to your requirements.
-
Build binary files for Mattermost server.
make build -
Assemble essential files.
make package -
Transfer desired
.tar.gzfile to server for deployment.