You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/18 17:55:20 UTC

[GitHub] ddragosd commented on a change in pull request #82: WIP: Add Makefile targets for adding catalog

ddragosd commented on a change in pull request #82: WIP: Add Makefile targets for adding catalog
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/82#discussion_r162420711
 
 

 ##########
 File path: docker-compose/Makefile
 ##########
 @@ -167,6 +186,12 @@ init-whisk-cli:
 	echo "initializing CLI ... "
 	$(WSK_CLI) -v property set --namespace guest --auth `cat $(PROJECT_HOME)/ansible/files/auth.guest` --apihost $(DOCKER_HOST_IP):443 -i
 
+
+.PHONY: init-catalog
+init-catalog:
+	cd $(CATALOG_HOME) && \
 
 Review comment:
   I got this to work by using the following `init-catalog` script:
   
   ```
   init-catalog:
   	OPENWHISK_HOME=$(PROJECT_HOME) $(CATALOG_HOME)/packages/installCatalog.sh \
   	  `cat $(PROJECT_HOME)/ansible/files/auth.whisk.system` \
   	  $(DOCKER_HOST_IP):443 \
   	  $(WSK_CLI)
   ```
   thanks @Shillaker for the inspiration ? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services