Skip to content

Commit

Permalink
Added installation script running example
Browse files Browse the repository at this point in the history
  • Loading branch information
zc-devs authored and dekobon committed Jul 3, 2023
1 parent 3395a9e commit 49a1cad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ extension.

## Running as a Systemd Service

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

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

For example:
```shell-session
sudo env $(cat settings.example) ./standalone_ubuntu_oss_install.sh
```

## Running in Containers

### Running the Public Open Source NGINX Container Image
Expand Down

0 comments on commit 49a1cad

Please sign in to comment.