Browse Source

HUE-152. Doc: Mention how to start HUE by hand (w/o supervisor)

Alex Newman 15 năm trước cách đây
mục cha
commit
f7fd9ce2b5
2 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 5 1
      README.rst
  2. 3 1
      docs/sdk/sdk.md

+ 5 - 1
README.rst

@@ -95,7 +95,7 @@ Development Prerequisites
 
 Getting Started
 ===============
-To build and get the core server running (without any helper daemons)::
+To build and get the core server running:
 
     $ export HADOOP_HOME=<path-to-hadoop-home>
     $ git clone http://github.com/cloudera/hue.git
@@ -103,6 +103,10 @@ To build and get the core server running (without any helper daemons)::
     $ make apps
     $ build/env/bin/hue runserver_plus
 
+To start the helper daemons:
+    $ build/env/bin/hue beeswax_server
+    $ build/env/bin/hue jobsubd
+
 Now Hue should be running on http://localhost:8000.
 
 

+ 3 - 1
docs/sdk/sdk.md

@@ -169,6 +169,8 @@ The HUE SDK is available from http://github.com/cloudera/hue; releases are at ht
 		$ make apps
 		# Run
 		$ build/env/bin/hue runserver_plus
+		$ build/env/bin/hue beeswax_server
+		$ build/env/bin/hue jobsubd
 		# Visit http://localhost:8000/ with your web browser.
 
 <div class="note">
@@ -239,7 +241,7 @@ are a way for packages to optionally hook up with other packages.
 ### Run HUE, and find your new app
 
 		# If you haven't killed the old process, do so now.
-		$ env/bin/python runserver_plus
+		$ build/env/bin/hue runserver_plus
 
 And then visit <a href="http://localhost:8000">http://localhost:8000/</a> to check it out!
 You should see the app (with a boring "SDK" icon) in the dock, and clicking it