initial changes for alpha-15
parent
6eb11b6e14
commit
a111ca9c3c
|
@ -27,7 +27,7 @@ This article describes how to get started with InfluxDB OSS. To get started with
|
||||||
### Download and install InfluxDB v2.0 alpha
|
### Download and install InfluxDB v2.0 alpha
|
||||||
Download InfluxDB v2.0 alpha for macOS.
|
Download InfluxDB v2.0 alpha for macOS.
|
||||||
|
|
||||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-alpha.14_darwin_amd64.tar.gz" download>InfluxDB v2.0 alpha (macOS)</a>
|
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-alpha.15_darwin_amd64.tar.gz" download>InfluxDB v2.0 alpha (macOS)</a>
|
||||||
|
|
||||||
### Unpackage the InfluxDB binaries
|
### Unpackage the InfluxDB binaries
|
||||||
Unpackage the downloaded archive.
|
Unpackage the downloaded archive.
|
||||||
|
@ -36,7 +36,7 @@ _**Note:** The following commands are examples. Adjust the file paths to your ow
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Unpackage contents to the current working directory
|
# Unpackage contents to the current working directory
|
||||||
gunzip -c ~/Downloads/influxdb_2.0.0-alpha.14_darwin_amd64.tar.gz | tar xopf -
|
gunzip -c ~/Downloads/influxdb_2.0.0-alpha.15_darwin_amd64.tar.gz | tar xopf -
|
||||||
```
|
```
|
||||||
|
|
||||||
If you choose, you can place `influx` and `influxd` in your `$PATH`.
|
If you choose, you can place `influx` and `influxd` in your `$PATH`.
|
||||||
|
@ -44,7 +44,7 @@ You can also 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-alpha.14_darwin_amd64/{influx,influxd} /usr/local/bin/
|
sudo cp influxdb_2.0.0-alpha.15_darwin_amd64/{influx,influxd} /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
|
@ -90,8 +90,8 @@ influxd --reporting-disabled
|
||||||
### Download and install InfluxDB v2.0 alpha
|
### Download and install InfluxDB v2.0 alpha
|
||||||
Download the InfluxDB v2.0 alpha package appropriate for your chipset.
|
Download the InfluxDB v2.0 alpha package appropriate for your chipset.
|
||||||
|
|
||||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-alpha.14_linux_amd64.tar.gz" download >InfluxDB v2.0 alpha (amd64)</a>
|
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-alpha.15_linux_amd64.tar.gz" download >InfluxDB v2.0 alpha (amd64)</a>
|
||||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-alpha.14_linux_arm64.tar.gz" download >InfluxDB v2.0 alpha (arm)</a>
|
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb_2.0.0-alpha.15_linux_arm64.tar.gz" download >InfluxDB v2.0 alpha (arm)</a>
|
||||||
|
|
||||||
### Place the executables in your $PATH
|
### Place the executables in your $PATH
|
||||||
Unpackage the downloaded archive and place the `influx` and `influxd` executables in your system `$PATH`.
|
Unpackage the downloaded archive and place the `influx` and `influxd` executables in your system `$PATH`.
|
||||||
|
@ -100,10 +100,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-alpha.14_linux_amd64.tar.gz
|
tar xvzf path/to/influxdb_2.0.0-alpha.15_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-alpha.14_linux_amd64/{influx,influxd} /usr/local/bin/
|
sudo cp influxdb_2.0.0-alpha.15_linux_amd64/{influx,influxd} /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
|
|
Loading…
Reference in New Issue