The plugin can be deployed to Mattermost directly via the deploy
make command. You need to expose the following
environment variable for it to work -
$ export MM_SERVICESETTINGS_SITEURL="<mattermost-site-url>"; \
export MM_ADMIN_USERNAME="<username-to-upload-via>"; \
read -s MM_ADMIN_PASSWORD; export MM_ADMIN_PASSWORD; \
export PLATFORM="<target-mattermost-platform>";
-
Create a channel for your team standup or use an existing one.
-
Add configurations for your standup -
/standup config
this opens a modal where you can enter your channel's configurations.
-
Add members to standup -
/standup addmembers <usernames...>
Usernames can be specified as @ mentions.
-
You may verify saved config if you want by executing -
/standup viewconfig
-
Fill your standup by clicking on the Standup Raven icon in the channel header bar. The icon may be hidden in ellipsis icon.
-
Execute help command anytime to access plugin commands help -
/standup help