Abstrackt

🔥 Features

💿 Installation

Clone the project :

git clone <https://gitlab.eemi.tech/corentin.ravet/workshop-groupe7>

Optionally, you can run an instance of Mattermost on a local machine via Docker :

Requirements

docker run --name mattermost-preview -d --publish 8065:8065 --add-host dockerhost:127.0.0.1 mattermost/mattermost-preview

To create our plugin, we need to build it and then pushlish it on our local mattermost :

cd workshop-groupe7
npm install
chmod +x ./build.sh./build.sh

Once the build is complete, go to : http://localhost:8065/admin_console/plugins/plugin_management and click on Choose file to choose the builded file. (The builded file should be at : plugin.tar.gz)