Issue Summary

I’m new to python and redash as well.
I’m starting redash server with below command.

bin/run ./manage.py runserver --debugger --reload

But I wanted to start redash with gunicorn or nginx web servers.

Is there any documentation for this ?

Technical details:

Welcome to the wonderful world of Python, and to our forum! We generally advise that you deploy Redash using our Docker images. It’s straightforward to roll your own deployment, but we don’t maintain documentation on how to do this.

That said, Redash is basically a Flask application under the hood. And the Flask developers keep good documentation about deployment options. gunicorn is specifically mentioned. And you’ll usually put nginx in front of gunicorn as a reverse proxy.