csantanapr closed pull request #99: updated setup scripts to the latest changes
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/99
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 3dd1019..d4d8931 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -144,7 +144,7 @@ check-kafka-ports:
.PHONY: setup
setup:
mkdir -p ~/tmp/openwhisk/apigateway/ssl
- cd $(PROJECT_HOME)/ansible/roles/nginx/files/ && ./genssl.sh
$(DOCKER_HOST_IP) server
+ $(PROJECT_HOME)/ansible/files/genssl.sh $(DOCKER_HOST_IP) server
$(PROJECT_HOME)/ansible/roles/nginx/files
cp $(PROJECT_HOME)/ansible/roles/nginx/files/*.pem
~/tmp/openwhisk/apigateway/ssl
cp -r ./apigateway/* ~/tmp/openwhisk/apigateway/
> ~/tmp/openwhisk/local.env
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services