ibm-cloud-architecture / refarch-cloudnative-kubernetes

Reference Implementation for Microservices based on Kubernetes and the IBM Container Service.
152 stars 109 forks source link

install_cli.bat expects curl to be installed #27

Closed patrocinio closed 6 years ago

flyingbarron commented 7 years ago

Hi @patrocinio It's a bootstrap recursion issue - I need cURL to install all the other tools and I can't depend on it to already exist on the user's computer.

Therefore, it is part of the repository and should be automatically downloaded when you clone the repository. Did this not work for you? https://github.com/ibm-cloud-architecture/refarch-cloudnative-kubernetes/tree/kube-int/win_utils

patrocinio commented 7 years ago

@RobertJBarron I was running on PowerShell, and the script didn't pick up the PATH. We may need to test with PowerShell.