title: "Quick Start" date: 2019-03-13T18:28:08-07:00 draft: false
Via Kubernetes:
helm repo add gethue https://helm.gethue.com
helm repo update
helm install gethue/hue
Or Docker:
docker run -it -p 8888:8888 gethue/hue:latest
Then configure the server and point connectors to your Databases, Warehouses, Storages.
Some tutorials on how to:
How to improve and contribute the SQL autocomplete for your own database.