This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-cloudant.git
The following commit(s) were added to refs/heads/master by this push:
new 9e9d42d README: "Apache OpenWhisk" at top; add building from source
instructions (#205)
9e9d42d is described below
commit 9e9d42d3d367f3c579f469802f53eeb92317db3a
Author: David Grove <[email protected]>
AuthorDate: Wed Apr 24 10:01:22 2019 -0400
README: "Apache OpenWhisk" at top; add building from source instructions
(#205)
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0a9d156..313dd55 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
#
-->
-# Using the Cloudant package
+# Apache OpenWhisk package for Cloudant
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://travis-ci.org/apache/incubator-openwhisk-package-cloudant)
@@ -295,6 +295,10 @@ wsk rule create myRule myCloudantTrigger sequenceAction
The example illustrated above may be used to create an action sequence to
read the changed document and call your existing actions.
Remember to disable any rules that may no longer be valid and create new
ones using the action sequence pattern.
+# Building from Source
+
+To build this package from source, execute the command `./gradlew distDocker`
+
# Disclaimer
Apache OpenWhisk Package Cloudant is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation
is required of all newly accepted projects until a further review indicates
that the infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indica [...]