From 49a1cad91a974811a6ca263867550d17d6f5c906 Mon Sep 17 00:00:00 2001 From: Thomas Anderson <127358482+zc-devs@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:57:19 +0300 Subject: [PATCH] Added installation script running example --- docs/getting_started.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index b2ff0948..0c0239ee 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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. @@ -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