From a91480c2646df3dc6b33123e4a0786c7f56a38bc Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Sat, 16 Apr 2016 19:10:28 +0200 Subject: [PATCH] short intro --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db24feb..8c236e3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ Plugins accept data from the request of the user, as of writing this is only wsg There is a sample plugin called logging.py. Plugins are merely rq jobs that are executed by an rq worker. As such they can only be so complex. -# RQ worker +# Get started + + python setup.py install + python portal.py + +## RQ worker rq worker -u redis://127.0.0.1:6379/