diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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/) |