You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ta...@apache.org on 2019/11/14 21:54:01 UTC

[openwhisk-composer] branch master updated: Document installation from source release (#57)

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

tardieu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-composer.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f6733a  Document installation from source release (#57)
5f6733a is described below

commit 5f6733aac4c784cbe175dbe21641335f71b53bee
Author: Olivier Tardieu <ta...@users.noreply.github.com>
AuthorDate: Thu Nov 14 16:53:51 2019 -0500

    Document installation from source release (#57)
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 8fa12c8..ff5030a 100644
--- a/README.md
+++ b/README.md
@@ -207,3 +207,13 @@ dictionary must contain a field named `ignore_certs` with value `true`:
 
 This explicit SSL configuration is currently only necessary when using parallel
 combinators or the `async` combinator.
+
+# Installation from Source
+
+To install composer from a source release, download the composer source code
+from the [Apache OpenWhisk
+Downloads](https://openwhisk.apache.org/downloads.html) page, rename the release
+tarball to `openwhisk-composer.tgz` and install it with command:
+```shell
+npm install -g openwhisk-composer.tgz
+```