/rt-playground

Playground to get familiar with redis-tasks and rt-dashboard

Primary LanguagePython

rt-playground

rt-playground allows you to easily try out redis-tasks and rt-dashboard.

Heroku setup

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.

Deploy

Warning: Paid Heroku dynos will be used!

Local setup

  1. Create and activate a python virtualenv
  2. Install python requirements
    pip install -r requirements.txt
    
  3. Install redis as described here
  4. Start redis
    redis-server
    
  5. Start redis-tasks workers and scheduler as well as a rt-dashboard server
    honcho start
    
  6. rt-dashboard should be accessible at http://localhost:8080