Write simple instructions for a no-docker use-case
This commit is contained in:
parent
ec959114f3
commit
82a22a9825
1 changed files with 18 additions and 0 deletions
18
README.rst
18
README.rst
|
@ -32,6 +32,24 @@ saving it to ``pgcert.pem``. After all this is done, simply run::
|
|||
|
||||
docker-compose up
|
||||
|
||||
No docker?
|
||||
----------
|
||||
|
||||
if you haven't got, or don't want to use docker, then you can install this
|
||||
package and run it manually.
|
||||
|
||||
Install the latest dev version from the github repository::
|
||||
|
||||
pip install git+https://github.com/vladan/aiven-site-checker.git
|
||||
|
||||
Run the website status collector in one terminal::
|
||||
|
||||
chweb_collect -c config.yaml
|
||||
|
||||
and the consumer in another::
|
||||
|
||||
chweb_consume -c config.yaml
|
||||
|
||||
Config file
|
||||
===========
|
||||
|
||||
|
|
Loading…
Reference in a new issue