Skip to content

Commit 05a103c

Browse files
committedJun 19, 2015
Merge pull request #748 from cachethq/version-one
Version one.
2 parents 1b8e474 + f51fc34 commit 05a103c

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed
 

‎README.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
![Screenshot](https://cachethq.io/img/main-interface.jpg)
1010

11-
**Currently in development. Things may change or break until a solid release has been announced.**
12-
1311
## Features
1412

15-
- List your services components.
16-
- Log incidents.
17-
- Apply a custom stylesheet to the status page.
18-
- Markdown support for incident messages.
19-
- RESTful API.
20-
- Translated into several languages.
21-
- Metrics.
22-
- Cross-database support: MySQL, PostgreSQL and SQLite.
13+
- List your services components
14+
- Log incidents
15+
- Apply custom CSS to the status page
16+
- Markdown support for incident messages
17+
- JSON API
18+
- Translated into eleven languages
19+
- Metrics
20+
- Cross-database support: MySQL, PostgreSQL and SQLite
21+
- Subscriber notifications via Email
22+
- Two factor authentication, with Google Authenticator
2323

2424
## Requirements
2525

@@ -28,17 +28,15 @@
2828

2929
### Development Requirements
3030

31-
The following extra dependencies are required to develop Cachet.
31+
The following extra dependencies are required to develop Cachet:
3232

3333
- Node.js
34-
+ Bower
35-
+ Gulp
34+
- Bower
35+
- Gulp
3636

3737
## Installation, Upgrades and Documentation
3838

39-
You can now find our documentation at [https://docs.cachethq.io](https://docs.cachethq.io) or, directly at [http://cachet.readme.io](http://cachet.readme.io) if the first link fails to load. [Cachet Demo](https://demo.cachethq.io).
40-
41-
If you're upgrading from an earlier version of Cachet, which uses Laravel 4 then you'll need to follow the upgrade instructions [found here](https://docs.cachethq.io/v1.0/docs/upgrading-from-laravel-4).
39+
You can now find our documentation at [https://docs.cachethq.io](https://docs.cachethq.io).
4240

4341
### Demo Account
4442

@@ -47,7 +45,7 @@ To test out the demo, you may login to the [Dashboard](https://demo.cachethq.io/
4745
- **Username:** test@test.com
4846
- **Password:** test123
4947

50-
The demo is reset every half past the hour.
48+
The demo is reset every half hour.
5149

5250
## What Cachet is not
5351

@@ -87,6 +85,7 @@ Note: When running in production you should ensure that you enable SSL.
8785
This is commonly achieved by running Nginx with your certificates on your Docker host, service or load balancers in-front of the running container, or by adding your custom SSL certificates and configuration to the supplied Nginx configuration.
8886

8987
### docker-compose
88+
9089
Quickly launch Cachet and MySQL docker images with [docker-compose](https://docs.docker.com/compose/)
9190

9291
```bash

‎composer.lock

+13-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.