A Slack App that allows you to manage PagerDuty incidents from Slack!
Assumes you have your database and redis server running.
gem install bundler
bundle
bundle exec rake db:setup
gem install foreman
foreman start
You can access the sidekiq web panel at /sidekiq
.
See /slackerduty help
in Slack!
- Fork it (https://github.com/CGA1123/slackerduty/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request