From 473b33abc68b17834f11417257a1f9e3d7f25768 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 27 May 2022 12:28:54 +0300 Subject: Update documentation --- README.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 55e70df..2897d91 100644 --- a/README.org +++ b/README.org @@ -48,6 +48,9 @@ python3 -m scripts.qc --help *** Run the web version +You need to have a running Redis instance, and configure the application to +connect to it. + To run the web-version of the qc app in development mode, you need to set up a few environment variables #+BEGIN_SRC shell @@ -60,11 +63,6 @@ then you can run the application with flask run #+END_SRC -You then need to manually start the *rq* worker(s) -#+BEGIN_SRC shell -rq worker qcapp_queue -#+END_SRC - *** Checks Run tests with: -- cgit v1.2.3