From 82a22a98250e6d34b549b6508bb7e218c7ec1774 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Fri, 11 Sep 2020 12:11:03 +0200 Subject: [PATCH] Write simple instructions for a no-docker use-case --- README.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.rst b/README.rst index a443545..e1b16a2 100644 --- a/README.rst +++ b/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 ===========