node-installer icon indicating copy to clipboard operation
node-installer copied to clipboard

Create interactive and non-interactive installer

Open HDauven opened this issue 5 months ago • 0 comments

Summary

For certain use-cases, predefined settings make sense. While for others, people might want to deviate from the default settings we use in the script.

Possible solution design or implementation

Create an interactive and non-interactive pathway in the script.

In case of choosing non-interactive, defaults will be provided by us.

In case of choosing interactive, the user should be prompted to provide inputs for for example the ports they want to use for any given protocol like SSH.

HDauven avatar Sep 10 '24 13:09 HDauven