Categorygithub.com/mattermost/mattermost-app-test
modulepackage
0.0.0-20220427040446-c430e18b5c5f
Repository: https://github.com/mattermost/mattermost-app-test.git
Documentation: pkg.go.dev

# README

DEPRECATED

This repository is no longer used, and the app has moved to https://github.com/mattermost/mattermost-plugin-apps/tree/master/test/app

Test app for Mattermost

Install

  1. Running make will build the executable and start the server.
  • A base URL can be added so links are sent based on that url (e.g. make BASE=http://myurl.com). Defaults to http://localhost:3000.
  • An address can be added for the "ListenAndServe" function (e.g. make ADDR=:3000). Defaults to :3000.
  1. Run the following command in Mattermost /apps install http http://localhost:3000/manifest.json.
  • If a base URL has been set on step 2, run the install command with that URL. (e.g. /app install http http://myurl.com/manifest.json)
  1. As secret key, use 1234.

Provision

To provision this PR to AWS run make dist to generate the App bundle and then follow the steps here.

# Packages

No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author