Cachet/README.md

50 lines
2.4 KiB
Markdown
Raw Normal View History

2015-01-01 17:56:11 +00:00
# Cachet [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
[![Build Status](https://img.shields.io/travis/cachethq/Cachet.svg?style=flat-square)](https://travis-ci.org/cachethq/Cachet)
[![Quality Score](https://img.shields.io/scrutinizer/g/cachethq/Cachet.svg?style=flat-square)](https://scrutinizer-ci.com/g/cachethq/Cachet)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
2015-01-01 17:59:29 +00:00
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg?style=flat-square)](https://gitter.im/cachethq/Cachet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
2014-11-20 19:29:06 +00:00
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
2015-01-13 13:00:07 +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), for more read [What's next for Cachet?]([What's next for Cachet?](http://james-brooks.uk/whats-next-for-cachet/)) [A demo, deployed to Heroku](https://status.cachethq.io).
2014-12-30 10:50:31 +00:00
**Currently in development. Things may change or break until a solid release has been announced.**
## Incompatibility
Cachet is currently unable to build assets under CentOS 6 and Debian Wheezy. This problem lies within the dependencies of our build setup, not Cachet itself. For more information see [this issue](https://github.com/cachethq/Cachet/issues/275).
2015-01-01 17:56:11 +00:00
## Features
2014-12-22 12:46:25 +00:00
2014-12-31 21:13:51 +00:00
- List your services components.
2014-12-22 12:46:25 +00:00
- Log incidents.
- Override status page colors.
- Apply a custom stylesheet to the status page.
2014-12-30 10:47:27 +00:00
- Markdown support for incident messages.
2014-12-31 21:16:45 +00:00
- RESTful API.
2015-01-02 08:17:14 +00:00
- Multilingual.
2014-12-22 12:46:25 +00:00
2015-01-01 17:56:11 +00:00
## Requirements
2014-12-30 22:09:22 +00:00
- PHP 5.4 or newer
- Composer
- Node.js
+ Bower
+ Gulp
- mcrypt extension
2015-01-01 17:56:11 +00:00
## Installation
2014-11-20 17:27:01 +00:00
2015-01-03 15:53:53 +00:00
See the [INSTALL.md](/docs/setup/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
2015-01-03 15:53:53 +00:00
[Deploying to Heroku](/docs/setup/install.md#deploy-to-heroku) requires one-click to get started and no knowledge of PHP or Laravel afterwards.
2014-11-24 10:22:46 +00:00
2015-01-01 17:56:11 +00:00
## Translations
2014-12-27 17:54:58 +00:00
2015-01-08 17:09:27 +00:00
A special thank you to our [translators](https://crowdin.com/project/cachet/activity_stream), who have allowed us to share Cachet with the world. If you'd like to contribute translations, please check out our [CrowdIn project](https://crowdin.com/project/cachet).
2014-12-27 18:02:00 +00:00
2015-01-01 17:56:11 +00:00
## License
2014-11-16 22:26:08 +00:00
2015-01-01 17:56:11 +00:00
Cachet is licensed under [The MIT License (MIT)](LICENSE).