This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c27c7b2  Automatic Site Publish by Jenkins
c27c7b2 is described below

commit c27c7b28141df11410e39e83f8d599880c1e61df
Author: jenkins <[email protected]>
AuthorDate: Tue Sep 4 19:57:16 2018 +0000

    Automatic Site Publish by Jenkins
---
 css/main-v1.css    |  2 +-
 documentation.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++-------
 feed.xml           |  2 +-
 3 files changed, 55 insertions(+), 10 deletions(-)

diff --git a/css/main-v1.css b/css/main-v1.css
index 2ca64ce..2c6ea04 100644
--- a/css/main-v1.css
+++ b/css/main-v1.css
@@ -1 +1 @@
-html,body{margin:0;padding:0}input,button{outline:none}button{cursor:pointer}a{text-decoration:none}.clear{display:block;clear:both}*{box-sizing:border-box;background:none;border:0}body{font-family:"Roboto",sans-serif}h1,h2,h3,h4,h5{font-weight:500;margin:0}h1{font-size:32px;line-height:normal}h2{font-size:28px;line-height:normal}h3{font-size:24px;line-height:32px}h4{font-size:20px;line-height:28px}h5{font-size:16px;line-height:28px}p,ul,ol,li{font-size:14px;font-weight:300;line-height:2
 [...]
+html,body{margin:0;padding:0}input,button{outline:none}button{cursor:pointer}a{text-decoration:none}.clear{display:block;clear:both}*{box-sizing:border-box;background:none;border:0}body{font-family:"Roboto",sans-serif}h1,h2,h3,h4,h5,h6{font-weight:500;margin:0}h1{font-size:32px;line-height:normal}h2{font-size:28px;line-height:normal}h3{font-size:24px;line-height:32px}h4{font-size:20px;line-height:28px}h5{font-size:16px;line-height:28px}h6{font-size:14px;line-height:24px}p,ul,ol,li{font-s
 [...]
diff --git a/documentation.html b/documentation.html
index 627deee..523c6f1 100644
--- a/documentation.html
+++ b/documentation.html
@@ -155,6 +155,7 @@ function closeIndex() {
                 <li><a href="#pre-requisites">Pre-requisites</a></li>
                 <li class="collapsible-toggle"><a 
href="#using-openwhisk">Using OpenWhisk</a></li>
                 <ul class="collapse-content">
+                    <li><a href="#wsk-cli-install">Installing wsk CLI</a></li>
                     <li><a href="#wsk-cli">Configuring wsk CLI</a></li>
                     <li><a href="#wskdeploy">Deployment Tool - 
wskdeploy</a></li>
                     <li><a href="#rest-api">OpenWhisk REST API</a></li>
@@ -753,6 +754,55 @@ function closeIndex() {
                 <a 
href="https://github.com/apache/incubator-openwhisk/blob/master/ansible/files/auth.guest";>https://github.com/apache/incubator-openwhisk/blob/master/ansible/files/auth.guest</a>.
                 Also, use the <strong>192.168.33.13</strong> address as the 
whisk API host.
             </p>
+
+        </div>
+    </main>
+
+    <main class="doc">
+        <div class="content">
+
+            <a class="indexable" id="wsk-cli-install"></a>
+            <h5>Install the wsk CLI</h5>
+
+            <h6>Install the wsk with Homebrew (Mac &amp; Linux)</h6>
+            <p>To easily install the OpenWhisk CLI (wsk) you can use <a 
href="https://brew.sh";>Homebrew for Mac</a> or <a 
href="http://linuxbrew.sh";>Homebrew for Linux</a>.</p>
+            <div class="terminal">
+
+<figure class="highlight"><pre><code class="language-bash" 
data-lang="bash"><span class="gp">$ </span>brew update
+<span class="gp">$ </span>brew install wsk</code></pre></figure>
+
+            </div>
+            <p>Then you can invoke the OpenWhisk CLI by just typing 
<code>wsk</code>.</p>
+            <h6>Install the wsk CLI from a tar.gz (Mac &amp; Linux):</h6>
+            <p>If for any reason you can't or don't want to use one of the 
previous installation method, you can still download the OpenWhisk CLI in a 
standalone .tar.gz file with everything you need to get started.</p>
+
+            <p>The latest files can be found on the Releases page at GitHub: 
<a 
href="https://github.com/apache/incubator-openwhisk-cli/releases";>https://github.com/apache/incubator-openwhisk-cli/releases</a></p>
+            <p>Download the file for your platform and uncompress it. Inside 
it you will have a <code>wsk</code> executable.</p>
+            <p>To make it simpler to use, you can move the binary into your 
PATH:</p>
+
+            <div class="terminal">
+            
+<figure class="highlight"><pre><code class="language-bash" 
data-lang="bash"><span class="gp">$ </span>sudo mv <span class="o">[</span>full 
path to downloaded wsk] /usr/local/bin/wsk</code></pre></figure>
+
+            </div>
+
+            <p>Then you can invoke the OpenWhisk CLI by just typing 
<code>wsk</code>.</p>
+
+            <h6>Install the wsk CLI from a tar.gz (Windows):</h6>
+
+            <p>The latest files can be found on the Releases page at GitHub: 
<a 
href="https://github.com/apache/incubator-openwhisk-cli/releases";>https://github.com/apache/incubator-openwhisk-cli/releases</a></p>
+            <p>Download the file for your platform and uncompress it. Inside 
it you will have a <code>wsk.exe</code> executable.</p>
+            <p>To make it simpler to use, you should <a 
href="https://www.computerhope.com/issues/ch000549.htm";>add it to your 
PATH</a>.</p>
+
+            <p>Then you can invoke the OpenWhisk CLI by just typing 
<code>wsk</code>.</p>
+
+        </div>
+    </main>
+
+    <main class="doc">
+        <div class="content">
+
+
             <a class="indexable" id="wsk-cli"></a>
             <h5>Configure the wsk CLI</h5>
             <p>
@@ -760,11 +810,6 @@ function closeIndex() {
             </p>
             <ul>
                 <li>
-                    <strong>Download the wsk CLI:</strong>
-                    Download wsk binary for your local environment into a 
location in your shell path from
-                    <a 
href="https://github.com/apache/incubator-openwhisk-cli/releases";>here</a>.
-                </li>
-                <li>
                     <strong>CLI Help:</strong>
                     To get the CLI command help, execute the following command:
                     <div class="terminal">
@@ -882,7 +927,7 @@ function closeIndex() {
                     <a 
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md#languages-and-runtimes";>Here</a>
                     is the list of runtimes supported by OpenWhisk:
                 </p>
-                
+
                 <ul>
                     <li><a href="#nodejs">JavaScript</a> - OpenWhisk runtime 
for Node.js v6 and v8</li>
                     <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/README.md";>Docker</a>
 - OpenWhisk runtime for Docker Actions using SDK</li>
@@ -892,7 +937,7 @@ function closeIndex() {
                     <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-swift/blob/master/README.md";>Swift</a>
 - OpenWhisk runtime for Swift 3 and 4</li>
                     <li><a href="#java">Java</a> - OpenWhisk runtime for Java 
8</li>
                 </ul>
-                
+
                 <p>
                     While the actual function code will be specific to a 
language and runtime, the OpenWhisk operations to create,
                     invoke and manage an action are the same regardless of the 
implementation choice. OpenWhisk wsk CLI and Whisk Deploy
@@ -908,7 +953,7 @@ function closeIndex() {
                     <a 
href="mailto:[email protected]";>[email protected]</a>.
                     once you have followed the guide on creating a new 
language/runtimes. Here are some examples of runtimes added by community:
                 </p>
-            
+
                 <ul>
                     <li><a 
href="https://github.com/rainbyte/openwhisk-wrapper";>Haskell based OpenWhisk 
Services</a></li>
                     <li><a 
href="http://jamesthom.as/blog/2017/01/18/openwhisk-and-rust/";>OpenWhisk and 
Rust</a></li>
diff --git a/feed.xml b/feed.xml
index fa6ce1f..4e8f8db 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2018-09-04T17:40:51+00:00</updated><id>/</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any scale. W [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2018-09-04T19:57:11+00:00</updated><id>/</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any scale. W [...]
 </subtitle></feed>
\ No newline at end of file

Reply via email to