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/openwhisk-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 972f0f7 Automatic Site Publish by Jenkins
972f0f7 is described below
commit 972f0f791e5394248456b97dd58e819e479344ef
Author: jenkins <[email protected]>
AuthorDate: Fri Jun 12 20:18:28 2020 +0000
Automatic Site Publish by Jenkins
---
documentation.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
feed.xml | 2 +-
package-lock.json | 20 ++++++++++----------
3 files changed, 63 insertions(+), 11 deletions(-)
diff --git a/documentation.html b/documentation.html
index 4964b59..8b69a12 100644
--- a/documentation.html
+++ b/documentation.html
@@ -3141,7 +3141,59 @@ abcd.... locationUpdate
<p>Here are some alternate choices for deploying the OpenWhisk
platform:
</p>
+ <!-- TODO: add left margin for all these alt. options. -->
+ <div>
+ <!-- ******************************** -->
+ <!-- Quick Start -->
+ <!-- ******************************** -->
+ <a class="indexable" id="quick_start"></a>
+ <h5>Quick Start</h5>
+ <p>
+ The easiest way to start using OpenWhisk is to install the
"Standalone"
+ OpenWhisk stack. This is a full-featured OpenWhisk stack running
as a Java process
+ for convenience. Serverless functions run within Docker
containers.
+ You will need <a
href="https://docs.docker.com/installDocker">Docker</a>,
+ <a
href="https://java.com/en/download/help/download_options.xml">Java</a> and
+ <a href="https://nodejs.org/Node.js">Node.js</a> available on your
machine.
+ </p>
+ <p>
+ To get started:
+ </p>
+ <div class="terminal">
+<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="gp">$ </span>git clone
https://github.com/apache/openwhisk.git
+<span class="gp">$ </span><span class="nb">cd </span>openwhisk
+<span class="gp">$ </span>./gradlew
core:standalone:bootRun</code></pre></figure>
+
+ </div>
+ <p>
+ <ul>
+ <li>When the OpenWhisk stack is up, it will open your browser to
a functions Playground,
+ typically served from <a
href="http://localhost:3232">http://localhost:3232</a>.
+ The Playground allows you create and run functions directly
from your browser.
+ </li>
+ <li>To make use of all OpenWhisk features, you will need the
OpenWhisk command line tool
+ called wsk which you can download from <a
href="https://s.apache.org/openwhisk-cli-download">https://s.apache.org/openwhisk-cli-download</a>.
+ Please refer to the <a
href="https://github.com/apache/openwhisk/blob/master/docs/cli.md">CLI
configuration</a> for additional details. Typically you configure the CLI for
+ Standalone OpenWhisk as follows:
+ </li>
+ </ul>
+ </p>
+ <div class="terminal">
+
+<figure class="highlight"><pre><code class="language-bash"
data-lang="bash">wsk property <span class="nb">set</span> <span
class="se">\</span>
+ --apihost <span class="s1">'http://localhost:3233'</span> <span
class="se">\</span>
+ --auth <span
class="s1">'23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP'</span></code></pre></figure>
+
+ </div>
+ <p>
+ <ul>
+ <li> Standalone OpenWhisk can be configured to deploy additional
capabilities when
+ that is desirable. Additional resources are available <a
href="https://github.com/apache/openwhisk/blob/master/core/standalone/README.md">here</a>.
+ </li>
+ </ul>
+ </p>
+ </div>
<!-- TODO: add left margin for all these alt. options. -->
<div>
<!-- ******************************** -->
diff --git a/feed.xml b/feed.xml
index fc50d4a..487d112 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>2020-06-02T00:12:49+00:00</updated><id>/feed.xml</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 [...]
+<?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>2020-06-12T20:18:16+00:00</updated><id>/feed.xml</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 [...]
</subtitle></feed>
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index c98b7d7..b2ec9cc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -870,9 +870,9 @@
"dev": true
},
"is-callable": {
- "version": "1.1.5",
- "resolved":
"https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz",
- "integrity":
"sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==",
+ "version": "1.2.0",
+ "resolved":
"https://registry.npmjs.org/is-callable/-/is-callable-1.2.0.tgz",
+ "integrity":
"sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==",
"dev": true
},
"is-date-object": {
@@ -888,12 +888,12 @@
"dev": true
},
"is-regex": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz",
- "integrity":
"sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
+ "integrity":
"sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
"dev": true,
"requires": {
- "has": "^1.0.3"
+ "has-symbols": "^1.0.1"
}
},
"is-symbol": {
@@ -1216,9 +1216,9 @@
}
},
"regenerate": {
- "version": "1.4.0",
- "resolved":
"https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz",
- "integrity":
"sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==",
+ "version": "1.4.1",
+ "resolved":
"https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz",
+ "integrity":
"sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==",
"dev": true
},
"regenerator-runtime": {