Ver Fonte

HUE-8888 [docs] Clarify about the upstream distribution install

Romain há 5 anos atrás
pai
commit
85e94a8422

+ 2 - 5
docs/docs-site/content/administrator/_index.md

@@ -8,9 +8,6 @@ pre = "<b>1. </b>"
 
 ### Guide
 
-The following instructions describe how to install Hue and [configure it](/administrator/configuration/server/) to point to external services
-(e.g. Databases, Hadoop, S3, ...) via [connectors](/administrator/configuration/connectors/).
+The following instructions describe how to [install](/administrator/installation/) Hue and [configure it](/administrator/configuration/server/) to point to external services (e.g. Databases, Hadoop, S3, ...) via [connectors](/administrator/configuration/connectors/).
 
-Hue consists of [several services](/administrator/administration/reference/) that runs in your cluster.
-
-You can here the list of [tarball releases](/releases) or the [cloud install](/administrator/installation/cloud/) instructions.
+Then find more details about [administrating](/administrator/administration/reference/) the service.

+ 1 - 1
docs/docs-site/content/administrator/administration/_index.md

@@ -5,4 +5,4 @@ draft: false
 weight: 4
 ---
 
-This sections details the "ops" part of Hue, e.g. how to monitor the servers, manage users and permissions.
+This sections details the "ops" part of Hue, e.g. how to monitor the servers, get a big picture of the architecture, manage users and permissions.

+ 10 - 2
docs/docs-site/content/administrator/installation/_index.md

@@ -7,9 +7,17 @@ weight: 1
 
 ## Quick Start
 
-Follow the [Quick Start](https://github.com/cloudera/hue#getting-started) or [Container](/administrator/installation/cloud/) guides.
+Follow the [Container](/administrator/installation/cloud/) or [Dev Quick Start](https://github.com/cloudera/hue#getting-started) guides.
 
 
 ## Installation
 
-Continue to the next section for detailed instructions about how to install & run the servers.
+Continue to the [next sections](/administrator/installation/dependencies/) for detailed instructions about how to install & run the service.
+
+You can also find distributions of Hue via these companies:
+
+* [Cloudera Data Platform - Hue](https://www.cloudera.com/products/cloudera-data-platform.html)
+* [Amazon AWS EMR - Hue](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hue.html)
+* [Open Data Hub - Data Catalog](https://opendatahub.io/docs/advanced-tutorials/data-exploration.html)
+* [Google Cloud Dataproc - Hue](https://github.com/GoogleCloudPlatform/dataproc-initialization-actions/tree/master/hue)
+* [Azure HDInsight - Hue](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-hue-linux)

+ 3 - 0
docs/docs-site/content/releases/release-notes-4.6.0.md

@@ -20,8 +20,11 @@ The focus of this release was to keep building on top of 4.5 and modularize the
 * The new version of the Editor with multi execution contexts and more robustness is 66% done
 * Build your own or improve [SQL parsers with highlighter](https://docs.gethue.com/developer/parsers/)
 
+
 Read the complete list of improvements on [Hue 4.6 is out!](http://gethue.com/hue-4-6-and-its-improvements-are-out/).
 
+Download the [tarball](https://cdn.gethue.com/downloads/hue-4.6.0.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.6.0.zip) releases.
+
 
 ### Notable Changes