aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-05-27 12:28:54 +0300
committerFrederick Muriuki Muriithi2022-05-27 12:28:54 +0300
commit473b33abc68b17834f11417257a1f9e3d7f25768 (patch)
treea3da9688fcf1ea20ffff347653ea8c0dce465c43 /README.org
parent482214dbbbc6182b08008ccafe6ff2b4b9d3e02b (diff)
downloadgn-uploader-473b33abc68b17834f11417257a1f9e3d7f25768.tar.gz
Update documentation
Diffstat (limited to 'README.org')
-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: