Cachet/README.md

50 lines
1.5 KiB
Markdown
Raw Normal View History

2014-11-16 22:54:08 +00:00
# Cachet
2014-11-16 22:26:08 +00:00
2014-11-20 19:29:06 +00:00
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
2014-11-16 22:54:08 +00:00
Cachet is an open source PHP status page system using the Laravel framework.
2014-11-16 22:26:08 +00:00
2014-11-21 09:03:28 +00:00
For more information on why I started developing Cachet, check out my [blog post](http://james-brooks.uk/cachet/?utm_source=github&utm_medium=readme&utm_campaign=github-cachet). [A demo, deployed to Heroku](https://cachet.herokuapp.com).
2014-11-20 17:47:32 +00:00
2014-11-16 22:29:08 +00:00
**Currently in development.** Please feel free to contribute!
2014-11-16 22:26:08 +00:00
2014-11-16 23:37:47 +00:00
## Progress
2014-11-19 13:40:21 +00:00
![Current progress](https://dl.dropboxusercontent.com/u/7323096/Cachet.png)
2014-11-16 23:37:47 +00:00
2014-11-20 17:27:01 +00:00
## Installation
2014-11-20 17:41:37 +00:00
See the [INSTALL.md](/INSTALL.md) document for more information. If you'd like to add more documentation, please create a Pull Request, I'd be happy to merge!
2014-11-20 17:27:01 +00:00
## Current Features
2014-11-20 17:18:38 +00:00
- Uses SQLite/MySQL.
- Report statuses on:
+ Incidents
+ Components
- Uses Bootstrap 3 for a easy to modify, smooth layout.
2014-11-16 22:29:08 +00:00
## Goals
2014-11-16 22:26:08 +00:00
2014-11-16 22:29:08 +00:00
- [ ] Configuration:
- [ ] Individual sites.
- [ ] Colours and themes.
- [ ] Incident reporting:
2014-11-16 22:29:08 +00:00
- [ ] Manual.
- [ ] Third-party integration to automatically create incidents.
- [ ] Incident report templates.
2014-11-20 17:18:38 +00:00
- [ ] RESTful API.
2014-11-22 13:12:36 +00:00
- [ ] Web Hooks.
- [ ] Administration panel:
- [ ] Create new incidents.
- [ ] Add components.
- [ ] Report on components.
2014-11-20 17:18:38 +00:00
- [ ] Third party integration:
- [ ] Connect to third-party services and auto report using the API.
- [ ] Add components via third-party sources.
2014-11-21 09:02:00 +00:00
- [x] Heroku Button Support [#5](https://github.com/jbrooksuk/Cachet/issues/5)
2014-11-16 22:26:08 +00:00
2014-11-16 22:29:08 +00:00
# License
2014-11-16 22:26:08 +00:00
2014-11-16 22:29:08 +00:00
[MIT license](http://jbrooksuk.mit-license.org)