Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed May 28, 2020
1 parent 0b86e91 commit a78f535
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
# Pimcore Monitoring

#### Requirements
* Pimcore 5.
* Pimcore 5/6

## Installation
:information_source: Please pay attention to the [upgrade notes](./UPGRADE.md).

Create the configuration for this service containing the authentication code (must be alphanumeric, also don't use special characters which will be encoded by the browser):

```yaml
# app/config/monitoring.yml
monitoring:
api_code: 'putSomethingUniqueHere'
```
and add it to your project-config:

Add it to your project-config:
```yaml
# app/config/config.yml
imports:
- { resource: monitoring.yml }
```

Use composer to require dachcom-digital/monitoring or add it manually:
```json
{
"require": {
"dachcom-digital/monitoring" : "~2.0.0"
"dachcom-digital/monitoring" : "~2.1.0"
}
}
```

Include routing:
```yaml
# app/config/routing.yml
Expand Down Expand Up @@ -123,4 +127,4 @@ Versions are compared using perl's string-comparison (see $SUBSTITUTED_OPERANDS

## Copyright and license
Copyright: [DACHCOM.DIGITAL](http://dachcom-digital.ch)
For licensing details please visit [LICENSE.md](LICENSE.md)
For licensing details please visit [LICENSE.md](LICENSE.md)

0 comments on commit a78f535

Please sign in to comment.