Skip to content

Sebor/mattermost-app

Repository files navigation

Mattermost App

Local development

Start MM server

  • Run the server

    docker-compose -f docker-compose-mm-server.yml up -d
  • Add entry in /etc/hosts

    127.0.0.1 mattermost
  • Create admin user and team in web UI (http://mattermost:8065)

  • Create a new channel(s) (or use existed) and get its id(s)

Start bot

  • Copy env config and place the channel ID(s), team name and API URL inside

    cp .env.bot-example .env
  • Run the bot

    docker-compose up

About

Mattermost app to create jira issues (specific API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages