Repository related to Sinar's Mattermost platform kopitiam.sinarproject.org
-
Prepare database https://docs.mattermost.com/install/prepare-mattermost-database.html. To ensure that
mmuser
has all privileges on the database,ALTER ROLE mmuser WITH SUPERUSER
-
Install Mattermost https://docs.mattermost.com/install/install-ubuntu.html Note: Ensure that the config file edited is
/opt/mattermost/config/config.json
-
Start the Mattermost server
sudo systemctl start mattermost