Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.08 KB

File metadata and controls

32 lines (21 loc) · 1.08 KB
title Quick Start
date 2019-03-13 18:28:08 -0700
draft false
weight 1

Get

Via Docker:

docker run -it -p 8888:8888 gethue/hue:latest

Or Kubernetes:

helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue

Configure

Then configure the server and point connectors to your Databases, Warehouses, Storages.

Use

Here are some tutorials on how to:

For development please check how to install or contribute.