Skip to content

Commit 6d87a70

Browse files
Merge pull request #192 from nginx/internal/191-nim-2.20-script-updates
Internal/191 nim 2.20 script updates
2 parents 2b6eb67 + ed0d959 commit 6d87a70

37 files changed

+1166
-162
lines changed

cleanup_log.txt

Lines changed: 929 additions & 0 deletions
Large diffs are not rendered by default.

content/includes/nginx-plus/usage-tracking/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Start by installing NGINX Instance Manager on a dedicated host. Then, configure
66

77

88
{{<call-out tip "Tip for Automated Reporting">}}
9-
To set up automatic reporting, [add your JWT-based license to NGINX Instance Manager]({{< ref "/nim/admin-guide/license/add-license.md#apply-jwt-license" >}}). This license can be downloaded from [MyF5](https://account.f5.com/myf5) if needed.
9+
To set up automatic reporting, [add your JWT-based license to NGINX Instance Manager]({{< ref "/nim/admin-guide/add-license.md#apply-jwt-license" >}}). This license can be downloaded from [MyF5](https://account.f5.com/myf5) if needed.
1010
{{</call-out>}}

content/includes/nim/admin-guide/license/connected-install-license-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ docs:
44

55
A valid license is required to make full use of all the features in NGINX Instance Manager.
66

7-
Refer to the [Add a License]({{< ref "nim/admin-guide/license/add-license.md" >}}) topic for instructions on how to download and apply a trial license, subscription license, or Flexible Consumption Program license.
7+
Refer to the [Add a License]({{< ref "nim/admin-guide/add-license.md" >}}) topic for instructions on how to download and apply a trial license, subscription license, or Flexible Consumption Program license.

content/includes/nim/clickhouse/cli-skip-clickhouse.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ files:
55
- content/nim/disconnected/offline-install-guide.md
66
---
77

8-
{{< call-out "note" "Optional: Disable metrics collection" "" >}}
9-
To skip downloading and installing ClickHouse, add the `-s` flag to the script. This is useful if you do not plan to collect metrics.
10-
11-
If you skip ClickHouse, make sure to [disable metrics collection]({{< ref "nim/system-configuration/configure-clickhouse.md#disable-metrics-collection" >}}) in the `/etc/nms/nms.conf` configuration file after installing NGINX Instance Manager.
12-
{{< /call-out >}}
8+
If you skip installing ClickHouse, make sure to [disable metrics collection]({{< ref "nim/system-configuration/configure-clickhouse.md#disable-metrics-collection" >}}) in the `/etc/nms/nms.conf` file after installation.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
docs:
3+
files:
4+
- content/nim/deploy/vm-bare-metal/install.md
5+
- content/nim/disconnected/offline-install-guide.md
6+
---
7+
8+
`-c <path/to/nginx-repo.crt>`: Path to the SSL certificate file. (default: `/etc/ssl/nginx`)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
docs:
3+
files:
4+
- content/nim/deploy/vm-bare-metal/install.md
5+
- content/nim/disconnected/offline-install-guide.md
6+
---
7+
8+
`-v <clickhouse-version>`: Install a specific version of ClickHouse. If not set, version `{{< clickhouse-version >}}` is installed by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
docs:
3+
files:
4+
- content/nim/deploy/vm-bare-metal/install.md
5+
- content/nim/disconnected/offline-install-guide.md
6+
---
7+
8+
`-d <distribution>`: Target Linux distribution (for example, `ubuntu22.04`, `rhel8`)
9+
10+
To see the list of supported distributions, run:
11+
12+
```shell
13+
grep '\-d distribution' install-nim-bundle.sh
14+
```
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
docs:
3+
files:
4+
- content/nim/deploy/vm-bare-metal/install.md
5+
- content/nim/disconnected/offline-install-guide.md
6+
---
7+
8+
`-k <path/to/nginx-repo.key>`: Path to the private key file. (default: `/etc/ssl/nginx`)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
docs:
3+
files:
4+
- content/nim/deploy/vm-bare-metal/install.md
5+
- content/nim/disconnected/offline-install-guide.md
6+
---
7+
8+
`-s`: Skip installing ClickHouse (useful if you don’t require metrics).
9+
10+
{{< include "nim/clickhouse/cli-skip-clickhouse.md" >}}

content/includes/nim/tech-specs/supported-distros.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
docs: DOCS-1071
3+
files:
4+
- content/nim/fundamentals/tech-specs.md
35
---
46

57
The following table lists the Linux distributions supported by NGINX Instance Manager and NGINX App Protect:

0 commit comments

Comments
 (0)