You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Currently in development. Things may change or break until a solid release has been announced.**
12
-
13
11
## Features
14
12
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
23
23
24
24
## Requirements
25
25
@@ -28,17 +28,15 @@
28
28
29
29
### Development Requirements
30
30
31
-
The following extra dependencies are required to develop Cachet.
31
+
The following extra dependencies are required to develop Cachet:
32
32
33
33
- Node.js
34
-
+ Bower
35
-
+ Gulp
34
+
- Bower
35
+
- Gulp
36
36
37
37
## Installation, Upgrades and Documentation
38
38
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).
42
40
43
41
### Demo Account
44
42
@@ -47,7 +45,7 @@ To test out the demo, you may login to the [Dashboard](https://demo.cachethq.io/
47
45
-**Username:**test@test.com
48
46
-**Password:** test123
49
47
50
-
The demo is reset every half past the hour.
48
+
The demo is reset every half hour.
51
49
52
50
## What Cachet is not
53
51
@@ -87,6 +85,7 @@ Note: When running in production you should ensure that you enable SSL.
87
85
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.
88
86
89
87
### docker-compose
88
+
90
89
Quickly launch Cachet and MySQL docker images with [docker-compose](https://docs.docker.com/compose/)
0 commit comments