Repository: predictionio-site
Updated Branches:
  refs/heads/asf-site 765e178ca -> 4b60e4238


http://git-wip-us.apache.org/repos/asf/predictionio-site/blob/4b60e423/templates/vanilla/quickstart/index.html
----------------------------------------------------------------------
diff --git a/templates/vanilla/quickstart/index.html 
b/templates/vanilla/quickstart/index.html
index f4c35b6..fce86c3 100644
--- a/templates/vanilla/quickstart/index.html
+++ b/templates/vanilla/quickstart/index.html
@@ -54,17 +54,17 @@ Your system is all ready to go.
 </pre></td></tr></tbody></table> </div> <p>When the engine is deployed 
successfully and running, you should see a console message similar to the 
following:</p><div class="highlight shell"><table style="border-spacing: 
0"><tbody><tr><td class="gutter gl" style="text-align: right"><pre 
class="lineno">1
 2</pre></td><td class="code"><pre><span class="o">[</span>INFO] <span 
class="o">[</span>HttpListener] Bound to /0.0.0.0:8000
 <span class="o">[</span>INFO] <span class="o">[</span>MasterActor] Bind 
successful. Ready to serve.
-</pre></td></tr></tbody></table> </div> <p>Do not kill the deployed engine 
process.</p><p>By default, the deployed engine binds to <a 
href="http://localhost:8000";><a 
href="http://localhost:8000";>http://localhost:8000</a></a>. You can visit that 
page in your web browser to check its status.</p><p><img alt="Engine Status" 
src="/images/engine-server-3246414b.png"/></p></p><h2 id='6.-use-the-engine' 
class='header-anchors'>6. Use the Engine</h2><p>Now, You can try to retrieve 
predicted results. The engine accepts JSON query with the field &#39;q&#39;: 
<code>{ &quot;q&quot; : &quot;foo&quot; }</code>. A prefix is added to the 
query data and return as PredictedResult.</p><p>With the deployed engine 
running, open another terminal and run the following <code>curl</code> command 
or use SDK to send the query:</p><div class="tabs"> <ul class="control"> <li 
data-lang="json"><a href="#tab-9dc594fe-6608-49c4-8884-f59cdd2f53d0">REST 
API</a></li> <li data-lang="python"><a href="#tab-7690d909-292a-42
 a8-ba0c-91c974af58f1">Python SDK</a></li> <li data-lang="php"><a 
href="#tab-631a57ed-fa9b-432c-9679-f21dd4487cd8">PHP SDK</a></li> <li 
data-lang="ruby"><a href="#tab-7451216e-6a9f-440d-9e88-60783231662c">Ruby 
SDK</a></li> <li data-lang="java"><a 
href="#tab-7aa2f0df-71ea-4c38-9898-20cf4d359463">Java SDK</a></li> </ul> <div 
data-tab="REST API" data-lang="json" 
id="tab-9dc594fe-6608-49c4-8884-f59cdd2f53d0"> <div class="highlight shell"> 
<table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" 
style="text-align: right"><pre class="lineno">1
+</pre></td></tr></tbody></table> </div> <p>Do not kill the deployed engine 
process.</p><p>By default, the deployed engine binds to <a 
href="http://localhost:8000";><a 
href="http://localhost:8000";>http://localhost:8000</a></a>. You can visit that 
page in your web browser to check its status.</p><p><img alt="Engine Status" 
src="/images/engine-server-3246414b.png"/></p></p><h2 id='6.-use-the-engine' 
class='header-anchors'>6. Use the Engine</h2><p>Now, You can try to retrieve 
predicted results. The engine accepts JSON query with the field &#39;q&#39;: 
<code>{ &quot;q&quot; : &quot;foo&quot; }</code>. A prefix is added to the 
query data and return as PredictedResult.</p><p>With the deployed engine 
running, open another terminal and run the following <code>curl</code> command 
or use SDK to send the query:</p><div class="tabs"> <ul class="control"> <li 
data-lang="json"><a href="#tab-1f2837ac-33ef-4143-a92a-2f81399939a2">REST 
API</a></li> <li data-lang="python"><a href="#tab-531da018-a67d-4a
 e4-905a-d308601a51eb">Python SDK</a></li> <li data-lang="php"><a 
href="#tab-528168eb-e2a9-4cef-939a-abd66714585f">PHP SDK</a></li> <li 
data-lang="ruby"><a href="#tab-a19b6f01-f01d-4af5-86bf-f1abe62a70ae">Ruby 
SDK</a></li> <li data-lang="java"><a 
href="#tab-8989c9c8-2fca-46bd-9b41-a4620d590830">Java SDK</a></li> </ul> <div 
data-tab="REST API" data-lang="json" 
id="tab-1f2837ac-33ef-4143-a92a-2f81399939a2"> <div class="highlight shell"> 
<table style="border-spacing: 0"><tbody><tr> <td class="gutter gl" 
style="text-align: right"><pre class="lineno">1
 2
 3</pre></td> <td class="code"><pre><span class="gp">$ </span>curl -H <span 
class="s2">"Content-Type: application/json"</span> <span class="se">\</span>
 -d <span class="s1">'{ "q": "foo" }'</span> http://localhost:8000/queries.json
 
-</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Python SDK" 
data-lang="python" id="tab-7690d909-292a-42a8-ba0c-91c974af58f1"> <div 
class="highlight python"> <table style="border-spacing: 0"><tbody><tr> <td 
class="gutter gl" style="text-align: right"><pre class="lineno">1
+</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Python SDK" 
data-lang="python" id="tab-531da018-a67d-4ae4-905a-d308601a51eb"> <div 
class="highlight python"> <table style="border-spacing: 0"><tbody><tr> <td 
class="gutter gl" style="text-align: right"><pre class="lineno">1
 2
 3</pre></td> <td class="code"><pre><span class="kn">import</span> <span 
class="nn">predictionio</span>
 <span class="n">engine_client</span> <span class="o">=</span> <span 
class="n">predictionio</span><span class="o">.</span><span 
class="n">EngineClient</span><span class="p">(</span><span 
class="n">url</span><span class="o">=</span><span 
class="s">"http://localhost:8000";</span><span class="p">)</span>
 <span class="k">print</span> <span class="n">engine_client</span><span 
class="o">.</span><span class="n">send_query</span><span class="p">({</span> 
<span class="s">"q"</span><span class="p">:</span> <span class="s">"foo"</span> 
<span class="p">})</span>
-</pre></td> </tr></tbody></table> </div> </div> <div data-tab="PHP SDK" 
data-lang="php" id="tab-631a57ed-fa9b-432c-9679-f21dd4487cd8"> <div 
class="highlight php"> <table style="border-spacing: 0"><tbody><tr> <td 
class="gutter gl" style="text-align: right"><pre class="lineno">1
+</pre></td> </tr></tbody></table> </div> </div> <div data-tab="PHP SDK" 
data-lang="php" id="tab-528168eb-e2a9-4cef-939a-abd66714585f"> <div 
class="highlight php"> <table style="border-spacing: 0"><tbody><tr> <td 
class="gutter gl" style="text-align: right"><pre class="lineno">1
 2
 3
 4
@@ -83,7 +83,7 @@ Your system is all ready to go.
 <span class="nb">print_r</span><span class="p">(</span><span 
class="nv">$response</span><span class="p">);</span>
 
 <span class="cp">?&gt;</span>
-</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Ruby SDK" 
data-lang="ruby" id="tab-7451216e-6a9f-440d-9e88-60783231662c"> <div 
class="highlight ruby"> <table style="border-spacing: 0"><tbody><tr> <td 
class="gutter gl" style="text-align: right"><pre class="lineno">1
+</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Ruby SDK" 
data-lang="ruby" id="tab-a19b6f01-f01d-4af5-86bf-f1abe62a70ae"> <div 
class="highlight ruby"> <table style="border-spacing: 0"><tbody><tr> <td 
class="gutter gl" style="text-align: right"><pre class="lineno">1
 2
 3
 4
@@ -96,7 +96,7 @@ Your system is all ready to go.
 <span class="n">response</span> <span class="o">=</span> <span 
class="n">client</span><span class="p">.</span><span 
class="nf">send_query</span><span class="p">(</span><span class="s1">'q'</span> 
<span class="o">=&gt;</span> <span class="s1">'foo'</span><span 
class="p">)</span>
 
 <span class="nb">puts</span> <span class="n">response</span>
-</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Java SDK" 
data-lang="java" id="tab-7aa2f0df-71ea-4c38-9898-20cf4d359463"> <div 
class="highlight java"> <table style="border-spacing: 0"><tbody><tr> <td 
class="gutter gl" style="text-align: right"><pre class="lineno">1
+</pre></td> </tr></tbody></table> </div> </div> <div data-tab="Java SDK" 
data-lang="java" id="tab-8989c9c8-2fca-46bd-9b41-a4620d590830"> <div 
class="highlight java"> <table style="border-spacing: 0"><tbody><tr> <td 
class="gutter gl" style="text-align: right"><pre class="lineno">1
 2
 3
 4

Reply via email to