about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.org8
1 files changed, 3 insertions, 5 deletions
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: