Jelajahi Sumber

HUE-8888 [docs] Combine the running and install sections

Romain 6 tahun lalu
induk
melakukan
a773eb687f

+ 1 - 1
docs/docs-site/content/administrator/configuration/apps/_index.md

@@ -2,7 +2,7 @@
 title: "Apps"
 date: 2019-03-13T18:28:09-07:00
 draft: false
-weight: 2
+weight: 3
 ---
 
 ## Editor

+ 1 - 1
docs/docs-site/content/administrator/configuration/connectors/_index.md

@@ -2,7 +2,7 @@
 title: "Connectors"
 date: 2019-03-13T18:28:09-07:00
 draft: false
-weight: 3
+weight: 2
 ---
 
 ## Databases

+ 12 - 0
docs/docs-site/content/administrator/installation/install.md

@@ -16,3 +16,15 @@ You can install Hue anywhere on your system, and run Hue as a non-root user.
 
 It is a good practice to create a new user for Hue and either install Hue in
 that user's home directory, or in a directory within `/usr/share`.
+
+After the installation, you can start Hue on your Hue Server by doing:
+
+    build/env/bin/supervisor
+
+This will start several subprocesses, corresponding to the different Hue
+components. Your Hue installation is now running.
+
+After installation, you can use Hue by navigating to `http://myserver:8888/`.
+
+Next step is to [configure](/administrator/configuration/) Hue to point to the external services.
+Then, the [user guide](/user/index.html) will help users go through the various installed applications.

+ 0 - 61
docs/docs-site/content/administrator/installation/starting.md

@@ -1,61 +0,0 @@
----
-title: "Running"
-date: 2019-03-13T18:28:08-07:00
-draft: false
-weight: 4
----
-
-After the installation, you can start Hue on your Hue Server by doing:
-
-    build/env/bin/supervisor
-
-This will start several subprocesses, corresponding to the different Hue
-components. Your Hue installation is now running.
-
-After installation, you can use Hue by navigating to `http://myserver:8888/`.
-
-Next step is to [configure](/administrator/configuration/) Hue to point to the external services.
-Then, the [user guide](/user/index.html) will help users go through the various installed applications.
-
-
-**Supported Browsers**
-
-The two latest LTS versions of each browsers:
-
-* Edge
-* Safari
-* Chrome
-* Firefox
-
-## Troubleshooting
-
-Q: I moved my Hue installation from one directory to another and now Hue no
-longer functions correctly.
-
-A: Due to the use of absolute paths by some Python packages, you must run a
-series of commands if you move your Hue installation. In the new location, run:
-
-    rm app.reg
-    rm -r build
-    make apps
-
-
-Q: Why does "make install" compile other pieces of software?
-
-A: In order to ensure that Hue is stable on a variety of distributions and
-architectures, it installs a Python virtual environment which includes its
-dependencies. This ensures that the software can depend on specific versions
-of various Python libraries and you don't have to be concerned about missing
-software components.
-
-
-## Feedback
-
-Your feedback is welcome. The best way to send feedback is to post on the [Forum](https://discourse.gethue.com) or [github](https://github.com/cloudera/hue/issues).
-
-## Reporting Bugs
-
-If you find that something doesn't work, it'll often be helpful to include logs
-from your server. Please include the
-logs as a zip (or cut and paste the ones that look relevant) and send those with
-your bug reports.