Skip to content

Commit 49a1cad

Browse files
zc-devsdekobon
authored andcommitted
Added installation script running example
1 parent 3395a9e commit 49a1cad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/getting_started.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ extension.
106106

107107
## Running as a Systemd Service
108108

109-
A [install script](/standalone_ubuntu_oss_install.sh) for the gateway shows
109+
An [install script](/standalone_ubuntu_oss_install.sh) for the gateway shows
110110
how to install NGINX from a package repository, checkout the gateway source,
111111
and configure it using the supplied environment variables.
112112

@@ -115,6 +115,11 @@ variables mentioned in the [configuration section](#configuration) into memory,
115115
and then execute the script. The script takes one optional parameter that
116116
specifies the name of the branch to download files from.
117117

118+
For example:
119+
```shell-session
120+
sudo env $(cat settings.example) ./standalone_ubuntu_oss_install.sh
121+
```
122+
118123
## Running in Containers
119124

120125
### Running the Public Open Source NGINX Container Image

0 commit comments

Comments
 (0)