Go to file
Justin Licata 4991ef7314 Deploy to Heroku 🤖 (#8)
* cache gems in CircleCI.

* add deploy to Heroku button.
2017-07-21 16:55:31 -05:00
.circleci cache gems in CircleCI. (#7) 2017-07-21 14:57:10 -05:00
app build User Invitations (#6) 2017-07-21 14:56:42 -05:00
bin initial commit. 2017-06-30 14:20:48 -05:00
config Deploy to Heroku 🤖 (#8) 2017-07-21 16:55:31 -05:00
db build User Invitations (#6) 2017-07-21 14:56:42 -05:00
lib initial commit. 2017-06-30 14:20:48 -05:00
log initial commit. 2017-06-30 14:20:48 -05:00
public initial commit. 2017-06-30 14:20:48 -05:00
test build User Invitations (#6) 2017-07-21 14:56:42 -05:00
tmp initial commit. 2017-06-30 14:20:48 -05:00
vendor initial commit. 2017-06-30 14:20:48 -05:00
.gitignore Adds Settings and starts on Users Controllers (#1) 2017-07-14 15:15:36 -05:00
.hound.yml build User Invitations (#6) 2017-07-21 14:56:42 -05:00
.rubocop.yml use 80 characters. 2017-07-14 09:57:36 -05:00
app.json Deploy to Heroku 🤖 (#8) 2017-07-21 16:55:31 -05:00
config.ru initial commit. 2017-06-30 14:20:48 -05:00
Gemfile build User Invitations (#6) 2017-07-21 14:56:42 -05:00
Gemfile.lock build User Invitations (#6) 2017-07-21 14:56:42 -05:00
package.json build User Invitations (#6) 2017-07-21 14:56:42 -05:00
Procfile Deploy to Heroku 🤖 (#8) 2017-07-21 16:55:31 -05:00
Rakefile initial commit. 2017-06-30 14:20:48 -05:00
README.md Deploy to Heroku 🤖 (#8) 2017-07-21 16:55:31 -05:00
yarn.lock build User Invitations (#6) 2017-07-21 14:56:42 -05:00

self-hosted website monitoring service.


Storm is currently a WIP.

Storm is a 100% open-source platform that provides a self-hosted monitoring service to your web apps. It provides Slack notifications, AWS server reboot within Slack, and many more useful features.

Table of contents

Status

CircleCI

Deploy to Heroku

Deploy

Developing

  1. Thank you! We love our contributors!
  2. Clone the repository.
  3. Install missing dependencies: bundle install.
  4. Setup your database: rails db:setup.
  5. Make your changes in a thoughtfully-named branch.
  6. Ensure 1:1 test coverage.
  7. Submit a Pull Request!
  8. Celebrate! 🎉