Merge pull request #5670 from sleto-it/fix-install-links
Install InfluxDB - fix linkspull/5650/head^2
commit
03abe1041f
|
@ -16,7 +16,7 @@ process and visualize metrics and events.
|
||||||
|
|
||||||
- [Download and install InfluxDB v2](#download-and-install-influxdb-v2)
|
- [Download and install InfluxDB v2](#download-and-install-influxdb-v2)
|
||||||
- [Start InfluxDB](#start-influxdb)
|
- [Start InfluxDB](#start-influxdb)
|
||||||
- [Download, install, and configure the `influx` CLI](#download-install-and-configure-influx-cli)
|
- [Download, install, and configure the `influx` CLI](#download-install-and-configure-the-influx-cli)
|
||||||
|
|
||||||
## Download and install InfluxDB v2
|
## Download and install InfluxDB v2
|
||||||
|
|
||||||
|
@ -224,7 +224,7 @@ The InfluxDB server ([`influxd`](/influxdb/v2/reference/cli/influxd/)) and the
|
||||||
[`influx` CLI](/influxdb/v2/reference/cli/influx/) are packaged and
|
[`influx` CLI](/influxdb/v2/reference/cli/influx/) are packaged and
|
||||||
versioned separately.
|
versioned separately.
|
||||||
|
|
||||||
_You'll install the `influx CLI` in a [later step](#download-and-install-the-influx-cli)._
|
_You'll install the `influx CLI` in a [later step](#download-install-and-configure-the-influx-cli)._
|
||||||
|
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
|
@ -321,6 +321,8 @@ If you rename the binaries, all references to `influxd` and `influx` in this doc
|
||||||
<!-------------------------------- BEGIN Linux -------------------------------->
|
<!-------------------------------- BEGIN Linux -------------------------------->
|
||||||
{{% tab-content %}}
|
{{% tab-content %}}
|
||||||
|
|
||||||
|
<a id="install-linux"></a>
|
||||||
|
|
||||||
To install {{% product-name %}} on Linux, do one of the following:
|
To install {{% product-name %}} on Linux, do one of the following:
|
||||||
|
|
||||||
- [Install InfluxDB as a service with systemd](#install-influxdb-as-a-service-with-systemd)
|
- [Install InfluxDB as a service with systemd](#install-influxdb-as-a-service-with-systemd)
|
||||||
|
@ -334,7 +336,7 @@ The InfluxDB server ([`influxd`](/influxdb/v2/reference/cli/influxd/)) and the
|
||||||
[`influx` CLI](/influxdb/v2/reference/cli/influx/) are packaged and
|
[`influx` CLI](/influxdb/v2/reference/cli/influx/) are packaged and
|
||||||
versioned separately.
|
versioned separately.
|
||||||
|
|
||||||
_You'll install the `influx CLI` in a [later step](#download-and-install-the-influx-cli)._
|
_You'll install the `influx CLI` in a [later step](#download-install-and-configure-the-influx-cli)._
|
||||||
|
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
|
@ -618,7 +620,7 @@ The InfluxDB server ([`influxd`](/influxdb/v2/reference/cli/influxd/)) and the
|
||||||
[`influx` CLI](/influxdb/v2/reference/cli/influx/) are packaged and
|
[`influx` CLI](/influxdb/v2/reference/cli/influx/) are packaged and
|
||||||
versioned separately.
|
versioned separately.
|
||||||
|
|
||||||
_You'll install the `influx CLI` in a [later step](#download-and-install-the-influx-cli)._
|
_You'll install the `influx CLI` in a [later step](#download-install-and-configure-the-influx-cli)._
|
||||||
|
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
|
@ -871,7 +873,7 @@ To run InfluxDB on Raspberry Pi, you need:
|
||||||
|
|
||||||
### Install Linux binaries
|
### Install Linux binaries
|
||||||
|
|
||||||
Follow the [Linux installation instructions](/influxdb/v2/install/?t=linux)
|
Follow the [Linux installation instructions](/influxdb/v2/install/?t=Linux#install-linux)
|
||||||
to install InfluxDB on a Raspberry Pi.
|
to install InfluxDB on a Raspberry Pi.
|
||||||
|
|
||||||
### Monitor your Raspberry Pi
|
### Monitor your Raspberry Pi
|
||||||
|
@ -1013,7 +1015,7 @@ docker start influxdb2
|
||||||
|
|
||||||
Replace `influxdb2` with the name of your container.
|
Replace `influxdb2` with the name of your container.
|
||||||
|
|
||||||
To start a new container, follow instructions to [install and set up InfluxDB in a container](?t=docker#install-and-setup-influxdb-in-a-container).
|
To start a new container, follow instructions to [install and set up InfluxDB in a container](?t=docker#install-and-set-up-influxdb-in-a-container).
|
||||||
|
|
||||||
{{% /tab-content %}}
|
{{% /tab-content %}}
|
||||||
<!-------------------------------- BEGIN Kubernetes -------------------------------->
|
<!-------------------------------- BEGIN Kubernetes -------------------------------->
|
||||||
|
|
Loading…
Reference in New Issue