2.0.1 • Published 9 years ago
bugbot v2.0.1
:honeybee: Bugbot
Dev setup
- Clone this repo and run
npm i. - Create a
.envfile with:
APP_NAME=bugbotGITHUB_CLIENT_IDGITHUB_CLIENT_SECRETSLACK_CLIENT_IDSLACK_CLIENT_SECRETAWS_REGION(if you are using the dynamo adapter)
Run the tests
npm testStart the server
npm startDeploy
- 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