Răsfoiți Sursa

HUE-8756 [docs] Add a reference to Gunicorn

Romain Rigaux 6 ani în urmă
părinte
comite
e353ff507d

+ 6 - 7
docs/docs-site/content/administrator/administration/reference.md

@@ -11,17 +11,13 @@ A recommended setup consists in:
 * Databases: MySQL InnoDB, PostgreSQL, Oracle
 * Authentication: [LDAP or Username/Password](../user-management/)
 
-### Monitoring
-
-Performing a `GET /desktop/debug/is_alive` will return a 200 response if running.
-
-
 ### Load Balancers
 
 Hue is often run with:
 
+* Cherrypy with [NGINX](http://gethue.com/using-nginx-to-speed-up-hue-3-8-0/) (recommended)
 * Cherrypy with HTTPD (built-in when using Cloudera Manager)
-* [NGINX](http://gethue.com/using-nginx-to-speed-up-hue-3-8-0/) (recommended)
+* Gunicorn is coming soon with [HUE-8739](https://issues.cloudera.org/browse/HUE-8739)
 * [Apache mod Python](http://gethue.com/how-to-run-hue-with-the-apache-server/)
 
 ### Task Server
@@ -36,7 +32,6 @@ Make sure you have Rabbit MQ installed and running.
 
     sudo apt-get install rabbitmq-server -y
 
-
 In hue.ini, telling the API server that the Task Server is available:
 
     [desktop]
@@ -64,6 +59,10 @@ or when Django Celery Beat is enabled:
 
     ./build/env/bin/celery -A core beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler
 
+### Monitoring
+
+Performing a `GET /desktop/debug/is_alive` will return a 200 response if running.
+
 ### Proxy
 
 A Web proxy lets you centralize all the access to a certain URL and prettify the address (e.g. ec2-54-247-321-151.compute-1.amazonaws.com --> demo.gethue.com).