Cleanup
This commit is contained in:
@@ -8,7 +8,7 @@ Example URL: `http://status.cachethq.io/api/components`
|
||||
|
||||
* `GET`: returns a list of the current components and their status
|
||||
- success: 200:
|
||||
|
||||
|
||||
~~~json
|
||||
{
|
||||
"data": [
|
||||
|
||||
@@ -8,7 +8,7 @@ Example URL: `http://status.cachethq.io/api/incidents`
|
||||
|
||||
* `GET`: returns a list of the current incidents and their status
|
||||
- success: 200:
|
||||
|
||||
|
||||
~~~json
|
||||
{
|
||||
"data": [
|
||||
|
||||
@@ -10,7 +10,7 @@ Example URL: `http://status.cachethq.io/api/metrics`
|
||||
|
||||
* `GET`: returns a list of the current metrics
|
||||
- success: 200:
|
||||
|
||||
|
||||
~~~json
|
||||
To be confirmed
|
||||
~~~
|
||||
|
||||
@@ -4,7 +4,7 @@ The main issue with installing Cachet on CentOS 6 is the old PHP version. Larave
|
||||
|
||||
## Remi Repo
|
||||
|
||||
To solve this problem, the 3rd party [http://rpms.famillecollet.com/](Remi Repo) can be used, which provides newer versions of PHP.
|
||||
To solve this problem, the 3rd party [http://rpms.famillecollet.com/](Remi Repo) can be used, which provides newer versions of PHP.
|
||||
|
||||
NOTE: This will upgrade existing versions of PHP on your system, so if you already have a PHP 5.3 requirement, you'll need to consider using [RedHat's Software Collections](https://access.redhat.com/documentation/en-US/Red_Hat_Developer_Toolset/1/html-single/Software_Collections_Guide/) which allows you to install PHP 5.4 alongside the systems PHP 5.3. You'll need to compile some of the extensions yourself though
|
||||
|
||||
|
||||
Reference in New Issue
Block a user