User Tools

Site Tools


mattermost-development-setup

This is an old revision of the document!


Mattermost Development Setup

Follow this guide: https://developers.mattermost.com/contribute/server/developer-setup/

Make sure you have created mmuser and granted access to the database mattermost_test on your lokal mysql server:

CREATE DATABASE mattermost_test CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE USER 'mmuser'@'localhost' IDENTIFIED BY 'mostest';
GRANT ALL PRIVILEGES ON *.* TO 'mmuser'@'localhost';
mattermost-development-setup.1530907725.txt.gz · Last modified: 2018/07/06 20:08 by admin