Merge pull request #19 from gardner/master

Updating README to use https url instead of git url. Removing trailin…
This commit is contained in:
mtakaki
2016-10-27 21:38:32 -07:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ endpoint:
- type: REGEX - type: REGEX
regex: ".*<body>.*" regex: ".*<body>.*"
cachet: cachet:
api_url: http://status.cachethq.io/api/v1/ api_url: http://status.cachethq.io/api/v1
token: my_token token: my_token
component_id: 1 component_id: 1
metric_id: 1 metric_id: 1
@@ -56,7 +56,7 @@ frequency: 30
The application should be installed using **virtualenv**, through the following command: The application should be installed using **virtualenv**, through the following command:
``` ```
$ git clone git@github.com:mtakaki/cachet-url-monitor.git $ git clone https://github.com/mtakaki/cachet-url-monitor.git
$ virtualenv cachet-url-monitor $ virtualenv cachet-url-monitor
$ cd cachet-url-monitor $ cd cachet-url-monitor
$ source bin/activate $ source bin/activate
@@ -91,4 +91,4 @@ If you're going to use a file with a name other than `config.yml`, you will need
``` ```
$ docker run --rm -it -v "$PWD"/my_config.yml:/usr/src/app/config/config.yml:ro mtakaki/cachet-url-monitor:0.2 $ docker run --rm -it -v "$PWD"/my_config.yml:/usr/src/app/config/config.yml:ro mtakaki/cachet-url-monitor:0.2
``` ```