NunoLinhares / Web-8.5-Quick-Install

Initial Commit (Create Repository)
9 stars 5 forks source link

Script should accept parameters for common options #9

Open NunoLinhares opened 7 years ago

NunoLinhares commented 7 years ago

Currently most parameters are configured through "Quick-Install-Options.ps1". This is fine for people that run the scripts "manually", but for real automation we should be able to pass some (if not all) of these options as parameters in the command line.

Most important options would be:

Ideally, all other options (including passwords, database names, etc) will be possibly passed as command-line parameters too.