bugbot
v2.0.1
Published
Slack native Github Issues
Downloads
13
Readme
:honeybee: Bugbot
Dev setup
- Clone this repo and run
npm i
. - Create a
.env
file with:
APP_NAME=bugbot
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
SLACK_CLIENT_ID
SLACK_CLIENT_SECRET
AWS_REGION
(if you are using the dynamo adapter)
Run the tests
npm test
Start the server
npm start
Deploy
- Slack requires SSL. http://serverfault.com/questions/393822/how-do-i-install-intermediate-certificates-in-aws
- TODO Heroku deploy
- TODO Beanstalk deploy
- TODO Digital Ocean deploy