Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.19 KB

deployment.md

File metadata and controls

42 lines (23 loc) · 1.19 KB

🏌️‍♀️Deployment

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>";

🖊 Usage Instructions

  1. Create a channel for your team standup or use an existing one.

  2. Add configurations for your standup -

     /standup config
    

    this opens a modal where you can enter your channel's configurations.

  3. Add members to standup -

     /standup addmembers <usernames...>
    

    Usernames can be specified as @ mentions.

  4. You may verify saved config if you want by executing -

     /standup viewconfig
    
  5. Fill your standup by clicking on the Standup Raven icon in the channel header bar. The icon may be hidden in ellipsis icon.

  6. Execute help command anytime to access plugin commands help -

     /standup help