# 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
- 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 tohttp://localhost:3000
. - An address can be added for the "ListenAndServe" function (e.g.
make ADDR=:3000
). Defaults to:3000
.
- 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
)
- 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
# Variables
No description provided by the author
No description provided by the author
No description provided by the author