Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Berezina authored Aug 29, 2020
1 parent 86b53a4 commit 990009d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@

## Usage

* Provide Prometheus URL and Docker Registry name in `deployer-configmap.yaml`
* Download and install one of the packages available:
```shell
$ rpm -i charon-*.src.rpm
or
$ apt install ./charon-*.deb
```
* Provide Prometheus URL and Docker Registry name in `/opt/charon/deployer-configmap.yaml`
* Configure your Docker Registry notification endpoint to send alerts to `http://your-url:31337/rollout`
* Run `make` to deploy Charon
* Run `make build` to build Charon from source
* Run `/opt/charon/install.sh` to deploy Charon in cluster

0 comments on commit 990009d

Please sign in to comment.