Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

mattermost/mattermost-app-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors