-
Requires
- ruby >= 2.2.2
- bundler
gem install bundler - redis
-
Steps
- Clone the repo
- Ensure redis is listening on
localhost:6379 bundle installbundle exec lita- starts the bot
LITA_ADAPTER(slack,shell, or something else)LITA_SLACK_TOKENPORT(what port the bot will listen on - 8080 by default)REDIS_URL(where the bot will find redis - default isredis://localhost:6379)