Running Redash locally on MacOS.
Prerequisites: docker-compose
Important: this saves postgres data in the local directory (
./postgres-data) and hence should not be used for production deployments if you want a fresh start, just remove this directory
- clone the repo and cd into the dir
make setup- one time setup (first time only)make start- starts the service on http://localhost:8000/make stop- stops the service