updated download links for beta-16
parent
e4072e9b7d
commit
61ef334676
|
@ -105,7 +105,7 @@ To use the `influx` CLI to manage and interact with your InfluxDB Cloud instance
|
||||||
|
|
||||||
Click the following button to download and install `influx` CLI for macOS.
|
Click the following button to download and install `influx` CLI for macOS.
|
||||||
|
|
||||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_client_2.0.0-beta.15_darwin_amd64.tar.gz" download>influx CLI (macOS)</a>
|
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_client_2.0.0-beta.16_darwin_amd64.tar.gz" download>influx CLI (macOS)</a>
|
||||||
|
|
||||||
#### Unpackage the influx binary
|
#### Unpackage the influx binary
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ or run the following command in a macOS command prompt application such
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Unpackage contents to the current working directory
|
# Unpackage contents to the current working directory
|
||||||
tar zxvf ~/Downloads/influxdb_client_2.0.0-beta.15_darwin_amd64.tar.gz
|
tar zxvf ~/Downloads/influxdb_client_2.0.0-beta.16_darwin_amd64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
#### (Optional) Place the binary in your $PATH
|
#### (Optional) Place the binary in your $PATH
|
||||||
|
@ -129,7 +129,7 @@ prefix the executable with `./` to run in place. If the binary is on your $PATH,
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Copy the influx binary to your $PATH
|
# Copy the influx binary to your $PATH
|
||||||
sudo cp influxdb_client_2.0.0-beta.15_darwin_amd64/influx /usr/local/bin/
|
sudo cp influxdb_client_2.0.0-beta.16_darwin_amd64/influx /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
|
@ -152,8 +152,8 @@ Now, you're ready to [Use the influx CLI](#use-the-influx-cli).
|
||||||
|
|
||||||
Click one of the following buttons to download and install the `influx` CLI appropriate for your chipset.
|
Click one of the following buttons to download and install the `influx` CLI appropriate for your chipset.
|
||||||
|
|
||||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_client_2.0.0-beta.15_linux_amd64.tar.gz" download >influx CLI (amd64)</a>
|
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_client_2.0.0-beta.16_linux_amd64.tar.gz" download >influx CLI (amd64)</a>
|
||||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_client_2.0.0-beta.15_linux_arm64.tar.gz" download >influx CLI (arm)</a>
|
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_client_2.0.0-beta.16_linux_arm64.tar.gz" download >influx CLI (arm)</a>
|
||||||
|
|
||||||
#### Unpackage the influx binary
|
#### Unpackage the influx binary
|
||||||
|
|
||||||
|
@ -161,7 +161,7 @@ Click one of the following buttons to download and install the `influx` CLI appr
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Unpackage contents to the current working directory
|
# Unpackage contents to the current working directory
|
||||||
tar xvfz influxdb_client_2.0.0-beta.15_linux_amd64.tar.gz
|
tar xvfz influxdb_client_2.0.0-beta.16_linux_amd64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
#### (Optional) Place the binary in your $PATH
|
#### (Optional) Place the binary in your $PATH
|
||||||
|
@ -173,7 +173,7 @@ prefix the executable with `./` to run in place. If the binary is on your $PATH,
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Copy the influx and influxd binary to your $PATH
|
# Copy the influx and influxd binary to your $PATH
|
||||||
sudo cp influxdb_client_2.0.0-beta.15_linux_amd64/influx /usr/local/bin/
|
sudo cp influxdb_client_2.0.0-beta.16_linux_amd64/influx /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
|
@ -218,7 +218,7 @@ executables, and running the initial setup process.
|
||||||
|
|
||||||
Download InfluxDB v2.0 beta for macOS.
|
Download InfluxDB v2.0 beta for macOS.
|
||||||
|
|
||||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-beta.15_darwin_amd64.tar.gz" download>InfluxDB v2.0 beta (macOS)</a>
|
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-beta.16_darwin_amd64.tar.gz" download>InfluxDB v2.0 beta (macOS)</a>
|
||||||
|
|
||||||
### Unpackage the InfluxDB binaries
|
### Unpackage the InfluxDB binaries
|
||||||
|
|
||||||
|
@ -228,7 +228,7 @@ or run the following command in a macOS command prompt application such
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Unpackage contents to the current working directory
|
# Unpackage contents to the current working directory
|
||||||
tar zxvf ~/Downloads/influxdb_2.0.0-beta.15_darwin_amd64.tar.gz
|
tar zxvf ~/Downloads/influxdb_2.0.0-beta.16_darwin_amd64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
#### (Optional) Place the binaries in your $PATH
|
#### (Optional) Place the binaries in your $PATH
|
||||||
|
@ -238,7 +238,7 @@ prefix the executables with `./` to run then in place.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# (Optional) Copy the influx and influxd binary to your $PATH
|
# (Optional) Copy the influx and influxd binary to your $PATH
|
||||||
sudo cp influxdb_2.0.0-beta.15_darwin_amd64/{influx,influxd} /usr/local/bin/
|
sudo cp influxdb_2.0.0-beta.16_darwin_amd64/{influx,influxd} /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
|
@ -307,8 +307,8 @@ influxd --reporting-disabled
|
||||||
|
|
||||||
Download the InfluxDB v2.0 beta package appropriate for your chipset.
|
Download the InfluxDB v2.0 beta package appropriate for your chipset.
|
||||||
|
|
||||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-beta.15_linux_amd64.tar.gz" download >InfluxDB v2.0 beta (amd64)</a>
|
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-beta.16_linux_amd64.tar.gz" download >InfluxDB v2.0 beta (amd64)</a>
|
||||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-beta.15_linux_arm64.tar.gz" download >InfluxDB v2.0 beta (arm)</a>
|
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-beta.16_linux_arm64.tar.gz" download >InfluxDB v2.0 beta (arm)</a>
|
||||||
|
|
||||||
### Place the executables in your $PATH
|
### Place the executables in your $PATH
|
||||||
|
|
||||||
|
@ -318,10 +318,10 @@ _**Note:** The following commands are examples. Adjust the file names, paths, an
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Unpackage contents to the current working directory
|
# Unpackage contents to the current working directory
|
||||||
tar xvzf path/to/influxdb_2.0.0-beta.15_linux_amd64.tar.gz
|
tar xvzf path/to/influxdb_2.0.0-beta.16_linux_amd64.tar.gz
|
||||||
|
|
||||||
# Copy the influx and influxd binary to your $PATH
|
# Copy the influx and influxd binary to your $PATH
|
||||||
sudo cp influxdb_2.0.0-beta.15_linux_amd64/{influx,influxd} /usr/local/bin/
|
sudo cp influxdb_2.0.0-beta.16_linux_amd64/{influx,influxd} /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
|
|
Loading…
Reference in New Issue