Please install the package using your favorite package installer:
pip install redash-iodide
During the development we're providing some convenience Make tasks that are supposed to be run from the Docker host machine, not from inside a container.
Only once please:
make database
First install the Node modules:
make node_modules
Start backend, Celery, Redis, Postgres:
make up
Please run in parallel to the containers above:
make devserver
To enter the container and run a bash shell run:
make bash
To run the tests (from the host machine) run:
make test
See the issue tracker on GitHub to open tickets if you have issues or questions about Redash_Iodide.