Skip to content

Commit 5684b4c

Browse files
author
nginx
committed
Pre OSS commit
1 parent 7bfb4d1 commit 5684b4c

File tree

99 files changed

+234
-503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+234
-503
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
This guide provides instructions for completing tasks using the API Connectivity Manager user interface (UI).
33

4-
To access the UI, go to the FQDN of your NGINX Management Suite host and log in. On the Launchpad menu, select "API Connectivity Manager."
4+
To access the UI, go to the FQDN of your NGINX Instance Manager host and log in. On the Launchpad menu, select "API Connectivity Manager."
55

66
<!-- Do not remove. Keep this code at the bottom of the include -->
77
<!-- DOCS-1004 -->

content/includes/acm/installation/enable-start-nms-acm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ To enable and start the API Connectivity Manager services, take the following st
1212
sudo systemctl start nms-acm
1313
```
1414

15-
NGINX Management Suite components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
15+
NGINX Instance Manager components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
1616

17-
3. To verify the NGINX Management Suite services are running, run the following command:
17+
3. To verify the NGINX Instance Manager services are running, run the following command:
1818

1919
```bash
2020
ps aufx | grep nms
@@ -27,7 +27,7 @@ To enable and start the API Connectivity Manager services, take the following st
2727
```
2828

2929
<details close>
30-
<summary><i class="fa-solid fa-circle-info"></i> Overview: NGINX Management Suite services</summary>
30+
<summary><i class="fa-solid fa-circle-info"></i> Overview: NGINX Instance Manager services</summary>
3131

3232
{{< include "nms/nms-services.md" >}}
3333

content/includes/acm/installation/install-acm-dev-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Developer Portal has the following platform requirements:
1818

1919
### Installation Steps
2020

21-
1. Follow the steps to [add the NGINX Management Suite Repo](#add-yum-apt) to Yum or Apt.
21+
1. Follow the steps to [add the NGINX Instance Manager Repo](#add-yum-apt) to Yum or Apt.
2222

2323
1. Run the following command(s) for your Linux distribution to install the Developer Portal:
2424

content/includes/acm/installation/install-acm-offline.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
sudo yum --nogpgcheck install /home/user/nms-api-connectivity-manager_<version>.x86_64.rpm
1111
```
1212

13-
3. (Optional) If you used a custom address, username, or password or enabled TLS when installing ClickHouse, follow the steps in the [Configure ClickHouse]({{< relref "/nim/admin-guide/getting-started/configure-clickhouse.md" >}}) guide to update the `nms.conf` file. If you don't do so, NGINX Management Suite won't be able to connect to ClickHouse.
13+
3. (Optional) If you used a custom address, username, or password or enabled TLS when installing ClickHouse, follow the steps in the [Configure ClickHouse]({{< relref "/nim/admin-guide/getting-started/configure-clickhouse.md" >}}) guide to update the `nms.conf` file. If you don't do so, NGINX Instance Manager won't be able to connect to ClickHouse.
1414

15-
4. (Optional) If you use Vault, follow the steps in the [Configure Vault]({{< relref "/nim/admin-guide/getting-started/configure-vault.md" >}}) guide to update the `nms.conf` file. If you don't do so, NGINX Management Suite won't be able to connect to Vault.
15+
4. (Optional) If you use Vault, follow the steps in the [Configure Vault]({{< relref "/nim/admin-guide/getting-started/configure-vault.md" >}}) guide to update the `nms.conf` file. If you don't do so, NGINX Instance Manager won't be able to connect to Vault.
1616

1717
{{%/tab%}}
1818
{{%tab name="Debian, Ubuntu, and Deb-Based"%}}
@@ -25,14 +25,14 @@
2525
sudo apt-get install -f /home/user/nms-api-connectivity-manager_<version>_amd64.deb
2626
```
2727

28-
3. (Optional) If you used a custom address, username, or password or enabled TLS when installing ClickHouse, follow the steps in the [Configure ClickHouse]({{< relref "/nim/admin-guide/getting-started/configure-clickhouse.md" >}}) guide to update the `nms.conf` file. If you don't do so, NGINX Management Suite won't be able to connect to ClickHouse.
28+
3. (Optional) If you used a custom address, username, or password or enabled TLS when installing ClickHouse, follow the steps in the [Configure ClickHouse]({{< relref "/nim/admin-guide/getting-started/configure-clickhouse.md" >}}) guide to update the `nms.conf` file. If you don't do so, NGINX Instance Manager won't be able to connect to ClickHouse.
2929

30-
4. (Optional) If you use Vault, follow the steps in the [Configure Vault]({{< relref "/nim/admin-guide/getting-started/configure-vault.md" >}}) guide to update the `nms.conf` file. If you don't do so, NGINX Management Suite won't be able to connect to Vault.
30+
4. (Optional) If you use Vault, follow the steps in the [Configure Vault]({{< relref "/nim/admin-guide/getting-started/configure-vault.md" >}}) guide to update the `nms.conf` file. If you don't do so, NGINX Instance Manager won't be able to connect to Vault.
3131

3232
{{%/tab%}}
3333
{{</tabs>}}
3434

35-
When installing API Connectivity Manager, you may need a newer version of NGINX Management Suite. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Management Suite. You may cancel the installation process if a backup of the NGINX Management Suite is needed before upgrading.
35+
When installing API Connectivity Manager, you may need a newer version of NGINX Instance Manager. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Instance Manager. You may cancel the installation process if a backup of the NGINX Instance Manager is needed before upgrading.
3636

3737
5. Enable the API Connectivity Manager services:
3838

@@ -46,9 +46,9 @@ When installing API Connectivity Manager, you may need a newer version of NGINX
4646
sudo systemctl start nms-acm
4747
```
4848

49-
NGINX Management Suite components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
49+
NGINX Instance Manager components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
5050

51-
7. To verify the NGINX Management Suite services are running, run the following command:
51+
7. To verify the NGINX Instance Manager services are running, run the following command:
5252

5353
```bash
5454
ps aufx | grep nms

content/includes/acm/installation/install-acm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To install the latest version of API Connectivity Manager, run the following com
1313
sudo apt-get install nms-api-connectivity-manager
1414
```
1515

16-
When installing API Connectivity Manager, you may need a newer version of NGINX Management Suite. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Management Suite. You may cancel the installation process if a backup of the NGINX Management Suite is needed before upgrading.
16+
When installing API Connectivity Manager, you may need a newer version of NGINX Instance Manager. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Instance Manager. You may cancel the installation process if a backup of the NGINX Instance Manager is needed before upgrading.
1717

1818
<!-- Do not remove. Keep this code at the bottom of the include -->
1919
<!-- DOCS-1016 -->

content/includes/acm/installation/upgrade-acm-offline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To upgrade API Connectivity Manager in an offline environment, take the followin
2525
{{%/tab%}}
2626
{{</tabs>}}
2727

28-
When installing API Connectivity Manager, you may need a newer version of NGINX Management Suite. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Management Suite. You may cancel the installation process if a backup of the NGINX Management Suite is needed before upgrading.
28+
When installing API Connectivity Manager, you may need a newer version of NGINX Instance Manager. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Instance Manager. You may cancel the installation process if a backup of the NGINX Instance Manager is needed before upgrading.
2929

3030
3. Enable the API Connectivity Manager services:
3131

@@ -39,9 +39,9 @@ When installing API Connectivity Manager, you may need a newer version of NGINX
3939
sudo systemctl restart nms-acm
4040
```
4141

42-
NGINX Management Suite components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
42+
NGINX Instance Manager components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
4343

44-
5. To verify the NGINX Management Suite services are running, run the following command:
44+
5. To verify the NGINX Instance Manager services are running, run the following command:
4545

4646
```bash
4747
ps aufx | grep nms

content/includes/acm/installation/upgrade-acm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sudo yum update nms-api-connectivity-manager
99
```
1010

11-
When installing API Connectivity Manager, you may need a newer version of NGINX Management Suite. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Management Suite. You may cancel the installation process if a backup of the NGINX Management Suite is needed before upgrading.
11+
When installing API Connectivity Manager, you may need a newer version of NGINX Instance Manager. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Instance Manager. You may cancel the installation process if a backup of the NGINX Instance Manager is needed before upgrading.
1212

1313
2. Enable the API Connectivity Manager services:
1414

@@ -22,9 +22,9 @@
2222
sudo systemctl restart nms-acm
2323
```
2424

25-
NGINX Management Suite components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
25+
NGINX Instance Manager components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
2626

27-
4. To verify the NGINX Management Suite services are running, run the following command:
27+
4. To verify the NGINX Instance Manager services are running, run the following command:
2828

2929
```bash
3030
ps aufx | grep nms
@@ -47,7 +47,7 @@
4747
sudo apt-get install --only-upgrade nms-api-connectivity-manager
4848
```
4949

50-
When installing API Connectivity Manager, you may need a newer version of NGINX Management Suite. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Management Suite. You may cancel the installation process if a backup of the NGINX Management Suite is needed before upgrading.
50+
When installing API Connectivity Manager, you may need a newer version of NGINX Instance Manager. The installation process will notify you of any version requirements before installing API Connectivity Manager and any dependent packages, including NGINX Instance Manager. You may cancel the installation process if a backup of the NGINX Instance Manager is needed before upgrading.
5151

5252
2. Enable the API Connectivity Manager services:
5353

@@ -61,9 +61,9 @@
6161
sudo systemctl restart nms-acm
6262
```
6363

64-
NGINX Management Suite components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
64+
NGINX Instance Manager components started this way run by default as the non-root `nms` user inside the `nms` group, both of which are created during installation.
6565

66-
4. To verify the NGINX Management Suite services are running, run the following command:
66+
4. To verify the NGINX Instance Manager services are running, run the following command:
6767

6868
```bash
6969
ps aufx | grep nms

content/includes/acm/webui-acm-login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
docs: DOCS-1189
33
---
44

5-
In a web browser, go to the FQDN for your NGINX Management Suite host and log in. Then, from the Launchpad menu, select **API Connectivity Manager**.
5+
In a web browser, go to the FQDN for your NGINX Instance Manager host and log in. Then, from the Launchpad menu, select **API Connectivity Manager**.

content/includes/agent/installation/install-agent-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Note**: To complete this step, make sure that `gpg` is installed on your system. You can install NGINX Agent using various command-line tools like `curl` or `wget`. If your NGINX Management Suite host is not set up with valid TLS certificates, you can use the insecure flags provided by those tools. See the following examples:
1+
**Note**: To complete this step, make sure that `gpg` is installed on your system. You can install NGINX Agent using various command-line tools like `curl` or `wget`. If your NGINX Instance Manager host is not set up with valid TLS certificates, you can use the insecure flags provided by those tools. See the following examples:
22

33
{{<tabs name="install-agent-api">}}
44

content/includes/installation/access-web-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
docs: DOCS-1241
33
---
44

5-
To access the NGINX Management Suite web interface, open a web browser and go to `https://<NMS_FQDN>`, replacing `<NMS_FQDN>` with the Fully Qualified Domain Name of your NGINX Management Suite host.
5+
To access the NGINX Instance Manager web interface, open a web browser and go to `https://<NMS_FQDN>`, replacing `<NMS_FQDN>` with the Fully Qualified Domain Name of your NGINX Instance Manager host.
66

77
The default administrator username is `admin`, and the generated password was displayed in the terminal during installation. If you'd like to change this password, refer to the "[Set or Change User Passwords]({{< relref "/nim/admin-guide/authentication/basic-auth/set-up-basic-authentication.md#set-basic-passwords-script" >}}) section in the Basic Authentication topic.

0 commit comments

Comments
 (0)