Skip to content

Commit 0d9092f

Browse files
authored
DOC-4619 Improve RDI silent install example and properties (#1002)
1 parent 373337b commit 0d9092f

File tree

1 file changed

+9
-4
lines changed
  • content/integrate/redis-data-integration/installation

1 file changed

+9
-4
lines changed

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,15 @@ silent install configuration:
232232
title = "RDI Silent Installer Config"
233233
234234
scaffold = true
235+
db_index = 4
235236
deploy_directory = "/opt/rdi/config"
236237
237-
# Needed if the installer detects a DNS resolver with a loopback address
238-
# as an upstream DNS server
239-
nameservers = ["8.8.8.8", "8.8.4.4"]
238+
# Upstream DNS servers. This is needed if the installer detects a DNS resolver
239+
# with a loopback address as an upstream DNS server.
240+
# nameservers = ["8.8.8.8", "8.8.4.4"]
241+
242+
# HTTPS port you want to expose the RDI API on, if different from 443.
243+
# https_port = 5443
240244
241245
[rdi.database]
242246
host = "localhost"
@@ -266,7 +270,8 @@ The sections below describe the properties in more detail.
266270
| `scaffold` | Do you want to enable [scaffolding]({{< relref "/integrate/redis-data-integration/reference/cli/redis-di-scaffold" >}}) during the install? (true/false) |
267271
| `db_index` | Integer to specify the source database type for scaffolding. The options are 2 (MySQL/MariaDB), 3 (Oracle), 4 (PostgreSQL), and 5 (SQL Server). |
268272
| `deploy_directory` | Path to the directory where you want to store the RDI configuration. |
269-
| `nameservers` | This is needed if the installer detects a DNS resolver with a loopback address as an upstream DNS server (for example, `nameservers = ["8.8.8.8", "8.8.4.4"]`). |
273+
| `nameservers` | Upstream DNS servers. This is needed if the installer detects a DNS resolver with a loopback address as an upstream DNS server (for example, `nameservers = ["8.8.8.8", "8.8.4.4"]`). |
274+
| `https_port` | HTTPS port you want to expose the RDI API on, if different from 443. |
270275

271276
#### `rdi.database`
272277

0 commit comments

Comments
 (0)