Storm/README.md
Justin Licata 4991ef7314 Deploy to Heroku 🤖 (#8)
* cache gems in CircleCI.

* add deploy to Heroku button.
2017-07-21 16:55:31 -05:00

43 lines
1.2 KiB
Markdown

<p align="center">
<a href="https://twitter.com/ProctorUEng">
<img src="https://s3-us-west-2.amazonaws.com/dev-team-resources/storm-wordmark.svg" width=320 height=125>
</a>
<p align="center">
self-hosted website monitoring service.
</p>
</p>
<br>
> 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](#status)
- [Deploy to Heroku](#deploy-to-heroku)
- [Developing](#developing)
## Status
[![CircleCI](https://circleci.com/gh/ProctorU/storm.svg?style=svg)](https://circleci.com/gh/ProctorU/storm)
## Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## Developing
1. Thank you! We love [our contributors](https://github.com/ProctorU/storm/graphs/contributors)!
1. Clone the repository.
1. Install missing dependencies: `bundle install`.
1. Setup your database: `rails db:setup`.
1. Make your changes in a thoughtfully-named branch.
1. Ensure 1:1 test coverage.
1. Submit a [Pull Request](https://github.com/ProctorU/storm/pulls)!
1. Celebrate! :tada: