rt-playground
allows you to easily try out redis-tasks and rt-dashboard.
rt-playground
can be easily deployed to Heroku by pressing the button below,
however it requires at least three different processes to run, in particular
web, scheduler and worker, which prevents usage of free Heroku dynos and requires
Heroku account validation.
Warning: Paid Heroku dynos will be used!
- Create and activate a python virtualenv
- Install python requirements
pip install -r requirements.txt
- Install redis as described here
- Start redis
redis-server
- Start
redis-tasks
workers and scheduler as well as art-dashboard
serverhoncho start
- rt-dashboard should be accessible at http://localhost:8080