summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 3080d44..258c481 100644
--- a/README.rst
+++ b/README.rst
@@ -59,15 +59,10 @@ Finally start the development webserver::
(sublab_website)$ ./manage.py runserver
-To run the task queue you need to start Redis first. Then start the Celery_
-daemon in a new terminal::
+To use the task queue you need to have redis-server installed. Use supervisord
+to start the Celery_ daemons, redis-server and runserver with one command::
- (sublab_website)$ ./manage.py celeryd -B -E -l info
-
-To be able to see the tasks in the Django admin you need to start
-``celerycam`` in a third terminal::
-
- (sublab_website)$ ./manage.py celerycam
+ (sublab_website)$ ./manage.py supervisor
License
=======