aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 207a1dd..feb29f9 100644
--- a/README.md
+++ b/README.md
@@ -54,9 +54,10 @@ For testing, you can run Servo without any extra setup:
$ cd my_servo_folder
$ python ./manage.py runserver
-If you want to run rules, set ENABLE_RULES = True and start the worker task:
+If you want to run rules, set ENABLE_RULES = True and start the worker task and scheduler:
- $ celery -A servo worker -B -l info -s /tmp/celerybeat-schedule
+ $ ./manage.py rqworker &
+ $ ./manage.py scheduler
Then fire up your browser and got to [http://localhost:8000/](http://localhost:8000/)