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
Then configure the server and point connectors to your Databases, Warehouses, Storages.
Here are some tutorials on how to:
For development please check how to install or contribute.