diff options
-rw-r--r-- | README.org | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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: |