how to add oracle support? I start redash from docker:

Run docker-compose -f docker-compose.production.yml run --rm server create_db to setup the database.

Run docker-compose -f docker-compose.production.yml up

Run docker-machine ls, take note of the ip for the Docker machine you are using, and open the web browser.

Visit that Docker machine IP at port 80, and you should see a Redash login screen.

I’ve set the REDASH_ADDITIONAL_QUERY_RUNNERS, but not work:

root@ubuntu:~/work/redash# export REDASH_ADDITIONAL_QUERY_RUNNERS=redash.query_runner.oracle

How to install docker’s oracle support?

2 Likes