Updating the instructions on how to run it

This commit is contained in:
Mitsuo Takaki
2019-10-24 07:35:51 -07:00
parent a296cfc1aa
commit cb6f405e82

View File

@@ -75,12 +75,13 @@ $ virtualenv cachet-url-monitor
$ cd cachet-url-monitor $ cd cachet-url-monitor
$ source bin/activate $ source bin/activate
$ pip install -r requirements.txt $ pip install -r requirements.txt
$ python3 setup.py install
``` ```
To start the agent: To start the agent:
``` ```
$ python cachet_url_monitor/scheduler.py config.yml $ python3 cachet_url_monitor/scheduler.py config.yml
``` ```
## Docker ## Docker