Mattermost-specific branch
[margebot.git] / README.md
1 Marge: I remind you about outstanding Gitlab merge requests
2
3 Mattermost Branch Notes
4
5 - Install https://github.com/Vaelor/python-mattermost-driver
6 - Configure Errbot with the https://github.com/Vaelor/errbot-mattermost-backend
7 - Configure a regular, non-bot user in Mattermost.
8 - Create a channel in Mattermost where the user will reside
9
10 Development Notes:
11
12 > python3 -m venv ./env
13 > source ./env/bin/activate
14 > python setup.py develop
15 > python setup.py test
16
17 Deployment Notes:
18
19 - Errbot plugs aren't distributed as eggs. Instead copy the contents of the plugin directory to a 'Marge' directory under your Errnbot plugins directory.