File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,22 @@ Configuration wizard ask you a 4 parameters to setup
9191 * Defines on which port application will be available
9292 * __ Default value__ : 80
9393
94+ Script can be launched with key parameters
95+
96+ Example:
97+ ```
98+ sudo ./install.sh --port=80 --hostname=example.org --launch-env=Production --username=user --ssl --silent
99+ ```
100+
101+ ``` BASH
102+ --port= - Defines on which port application will be available
103+ --hostname= - Hostname that NGINX should use as route to webapp
104+ --launch-env= -Which launching environment should use dotnet
105+ --username= - Non-root username who launched that script
106+ --ssl - Setup SSL
107+ --silent - enables non-interactive installation mode
108+ ```
109+
94110## Installation process
95111
96112All installation process is automated, after installation eFrom application will be available on host and port that you specified in configuration
You can’t perform that action at this time.
0 commit comments