From d0d03605a0846de6a79efec63b05b2fcb89027e9 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 3 Sep 2024 12:02:45 -0500 Subject: [PATCH] chore(v2): Revise install instructions. --- content/influxdb/v2/install/_index.md | 42 ++++++++++++++------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/content/influxdb/v2/install/_index.md b/content/influxdb/v2/install/_index.md index 5cda48269..553b64528 100644 --- a/content/influxdb/v2/install/_index.md +++ b/content/influxdb/v2/install/_index.md @@ -23,13 +23,17 @@ process and visualize metrics and events. {{< req text="Recommended:" color="magenta" >}}: Before you open and install packages and downloaded files, use SHA checksum verification and GPG signature verification to ensure the files are intact and authentic. -SHA checksum and GPG signature verification are complementary checks. -The InfluxDB installation instructions include steps to verify downloaded packages and binaries. +InfluxDB installation instructions for some OS versions include steps to +verify downloaded files before you install them. -### Choose the InfluxData key-pair for your OS version +For more information about SHA and GPG verifications, see the following: -_Before running the installation steps, substitute the key-pair compatible +{{< expand-wrapper >}} + +{{% expand "Choose the InfluxData key-pair for your OS version" %}} + +_Before running the installation steps, substitute the InfluxData key-pair compatible with your OS version:_ For newer releases (for example, Ubuntu 20.04 LTS and newer, Debian Buster @@ -44,12 +48,8 @@ Stretch) that don't support subkeys for verification: - Private key file: [`influxdata-archive_compat.key`](https://repos.influxdata.com/influxdata-archive_compat.key) - Public key: `393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c` -After you have selected the key-pair, then you're ready to run the InfluxDB -[installation] instructions. +{{% /expand %}} -For more information about SHA and GPG verifications, see the following: - -{{< expand-wrapper >}} {{% expand "Verify download integrity using SHA-256" %}} For each released binary, InfluxData publishes the SHA checksum that @@ -191,6 +191,9 @@ _For security, InfluxData periodically rotates keys and publishes the new key pa {{% /expand %}} {{< /expand-wrapper >}} +The following instructions include steps for downloading, verifying, and installing +{{< product-name >}}: + {{< tabs-wrapper >}} {{% tabs %}} [macOS](#) @@ -889,10 +892,9 @@ to collect and send data to: {{< /tabs-wrapper >}} -2. **Start InfluxDB**. - +## Start InfluxDB - If it isn't already running, follow the instructions to start InfluxDB on your system: +If it isn't already running, follow the instructions to start InfluxDB on your system: {{< tabs-wrapper >}} {{% tabs %}} @@ -1104,13 +1106,15 @@ influxd --reporting-disabled For information about InfluxDB v2 default settings and how to override them, see [InfluxDB configuration options](/influxdb/v2/reference/config-options/). -1. {{< req text="Recommended:" color="magenta" >}} **Download, install, and configure the `influx` CLI**. - - We recommend installing the `influx` CLI, which provides a simple way to interact with InfluxDB from a - command line. - For detailed installation and setup instructions, - see [Use the influx CLI](/influxdb/v2/tools/influx-cli/). +With InfluxDB installed and initialized, [get started](/influxdb/v2/get-started/) writing and querying data. + +## Download, install, and configure the `influx` CLI + +{{< req text="Recommended:" color="magenta" >}}: Install the `influx` CLI, +which provides a simple way to interact with InfluxDB from a command line. +For detailed installation and setup instructions, +see [Use the influx CLI](/influxdb/v2/tools/influx-cli/). {{% note %}} @@ -1122,5 +1126,3 @@ versioned separately. Some install methods (for example, the InfluxDB Docker Hub image) include both. {{% /note %}} - -With InfluxDB installed and initialized, [get started](/influxdb/v2/get-started/) writing and querying data.