Skip to content

Commit f628666

Browse files
authored
Update install.md
1 parent 984ab03 commit f628666

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/Linux/install.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

96112
All installation process is automated, after installation eFrom application will be available on host and port that you specified in configuration

0 commit comments

Comments
 (0)