Replies: 1 comment
-
Shaun and I talked about this one and we think it might better fit into a developer onboarding use case because the pre-conditions for the script might be more easily known and achieved with the script. Any other thoughts on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
A lot of the documentation, such as the Get Started and Install NGINX Gateway Fabric with Helm ask that users have tools such as Docker, Helm and Kubectl installed before proceeding.
In the example of the Get Started page, I feel it would be helpful to provide a script that installs these dependencies for the user.
The example I made of this script will check if the user has the dependencies installed and display the version installed upon completion.
Right now, this version of the script uses
brew
as the package manager. This could be expanded to support other package managers.Open to any and all feedback.
I uploaded some recordings to asciinema to show how the script works toady.
Install packages that are not yet present
Install packages that are already present
Beta Was this translation helpful? Give feedback.
All reactions