Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Install on Ubuntu 20.04... #21

Open
wcdr opened this issue Mar 16, 2022 · 0 comments
Open

Quick Install on Ubuntu 20.04... #21

wcdr opened this issue Mar 16, 2022 · 0 comments

Comments

@wcdr
Copy link

wcdr commented Mar 16, 2022

Hi, Nice works, thanks ^_^

I experiment issues during installations on Ubuntu/XUbuntu with this :
minikube start
minikube tunnel &
curl -sL https://raw.githubusercontent.com/csantanapr/knative-minikube/master/demo.sh | sh

1 - "tunnel" asks for a password, but when using "&" we can't see the question...
2 - "sh" doesn't support the script, it was done for bash.

A quick & dirty solution :
Term1 : minikube start && minikube tunnel
...
After tunnel display things on Term1
...
Term2 : curl -sL https://raw.githubusercontent.com/csantanapr/knative-minikube/master/demo.sh | bash

After sometimes :
...
🚀 Knative install with samples took: 2m23s
🎉 Now have some fun with Serverless and Event Driven Apps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant