--- title: "Quick Start" date: 2019-03-13T18:28:08-07:00 draft: false weight: 1 --- After getting Hue then [configure it](/administrator/configuration/). ## Demo One click on [http://demo.gethue.com](http://demo.gethue.com). ## Kubernetes helm repo add gethue https://helm.gethue.com helm repo update helm install gethue/hue ## Docker docker run -it -p 8888:8888 gethue/hue:latest ## Query List of connectors to [Databases, Warehouses, Storages](/administrator/configuration/connectors/) to connect to. ## Develop How to improve the [SQL autocomplete](/developer/parsers/) for your own database.