September 2018
Beginner
224 pages
4h 46m
English
git clone git@github.com:getredash/redash.git
cd redash/
docker-compose up
This will build the Docker images and fetch some pre-built images before starting the services that are necessary for Redash operations (Redash web server, celery workers, PostgreSQL, and the Redis Key-Value store). You can refer to the docker-compose.yml file (if located under the Redash root directory) to see the full configuration of Docker-related services.
Read now
Unlock full access