This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new e588323 Update docs for Mac users (#4282)
e588323 is described below
commit e588323fc38c15c6e0d900e5cadd33e82bf97e3c
Author: James Dubee <[email protected]>
AuthorDate: Thu Feb 14 09:42:58 2019 -0500
Update docs for Mac users (#4282)
---
ansible/roles/cli/tasks/deploy.yml | 2 ++
tools/macos/README.md | 2 ++
tools/macos/docker-machine/README.md | 2 ++
3 files changed, 6 insertions(+)
diff --git a/ansible/roles/cli/tasks/deploy.yml
b/ansible/roles/cli/tasks/deploy.yml
index d7efa0b..f76061d 100644
--- a/ansible/roles/cli/tasks/deploy.yml
+++ b/ansible/roles/cli/tasks/deploy.yml
@@ -30,6 +30,8 @@
dest: "{{ nginx.confdir }}/cli_temp/{{ openwhisk_cli.archive_name }}.tgz"
when: openwhisk_cli.installation_mode == "local"
+# Unarchiving here may fail for a local Mac development environment with an
error stating "GNU tar required." To fix the
+# problem run "brew install gnu-tar".
- name: "Expand the archive into the build directory"
unarchive:
src: "{{ nginx.confdir }}/cli_temp/{{ openwhisk_cli.archive_name }}.tgz"
diff --git a/tools/macos/README.md b/tools/macos/README.md
index 74c1653..4bd3fbd 100644
--- a/tools/macos/README.md
+++ b/tools/macos/README.md
@@ -48,6 +48,8 @@ brew tap caskroom/versions
brew cask install java8
# install scala
brew install scala
+# install gnu tar
+brew install gnu-tar
# install pip
sudo easy_install pip
# install script prerequisites
diff --git a/tools/macos/docker-machine/README.md
b/tools/macos/docker-machine/README.md
index 3e60ca6..8cc8e16 100644
--- a/tools/macos/docker-machine/README.md
+++ b/tools/macos/docker-machine/README.md
@@ -53,6 +53,8 @@ brew install docker-machine
brew cask install java
# install scala
brew install scala
+# install gnu tar
+brew install gnu-tar
# install pip
sudo easy_install pip
# install script prerequisites