1
- ### Install and startup
1
+ ## Install {{% product-name %}}
2
2
3
3
{{% product-name %}} runs on ** Linux** , ** macOS** , and ** Windows** .
4
-
5
- {{% show-in "enterprise" %}}
6
- {{% tabs-wrapper %}}
7
- {{% tabs %}}
8
- [ Linux or macOS] ( #linux-or-macos )
9
- [ Windows] ( #windows )
10
- [ Docker] ( #docker )
11
- {{% /tabs %}}
12
- {{% tab-content %}}
13
- <!-- ------------- BEGIN LINUX AND MACOS -------------->
14
- To get started quickly, download and run the install script--for example, using [ curl] ( https://curl.se/download.html ) :
4
+ If using ** Linux** or ** macOS** , you can download and use the {{% product-name %}}
5
+ quick installer using [ curl] ( https://curl.se/download.html ) :
15
6
16
7
<!-- pytest.mark.skip-->
17
8
``` bash
18
9
curl -O https://www.influxdata.com/d/install_influxdb3.sh \
19
- && sh install_influxdb3.sh enterprise
10
+ && sh install_influxdb3.sh {{% show-in " enterprise" %}}enterprise{{% /show-in %}}
20
11
```
21
12
22
- Or, download and install [ build artifacts] ( /influxdb3/enterprise/install/#download-influxdb-3-enterprise-binaries ) :
13
+ For detailed installation instructions, including for Windows and Docker,
14
+ see [ Install {{% product-name %}}] ( /influxdb3/version/install/ ) .
15
+
16
+ You can also download and install [ {{% product-name %}} build artifacts] ( /influxdb3/enterprise/install/#download-influxdb-3-enterprise-binaries ) directly:
17
+
18
+ {{< expand-wrapper >}}
19
+ {{% expand "Linux binaries" %}}
23
20
24
21
- [ Linux | AMD64 (x86_64) | GNU] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ linux_amd64.tar.gz)
25
22
•
26
23
[ sha256] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ linux_amd64.tar.gz.sha256)
27
24
- [ Linux | ARM64 (AArch64) | GNU] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ linux_arm64.tar.gz)
28
25
•
29
26
[ sha256] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ linux_arm64.tar.gz.sha256)
27
+
28
+ {{% /expand %}}
29
+ {{% expand "macOS binaries" %}}
30
+
30
31
- [ macOS | Silicon (ARM64)] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ darwin_arm64.tar.gz)
31
32
•
32
33
[ sha256] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ darwin_arm64.tar.gz.sha256)
33
34
34
35
> [ !Note]
35
36
> macOS Intel builds are coming soon.
36
37
37
- <!-- ------------- END LINUX AND MACOS -------------->
38
- {{% /tab-content %}}
39
- {{% tab-content %}}
40
- <!-- ------------- BEGIN WINDOWS -------------->
41
- Download and install the {{% product-name %}} [ Windows (AMD64, x86_64) binary] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}-windows_amd64.zip)
38
+ {{% /expand %}}
39
+ {{% expand "Windows binaries" %}}
40
+
41
+ - [ Windows (AMD64, x86_64) binary] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}-windows_amd64.zip)
42
42
•
43
43
[ sha256] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}-windows_amd64.zip.sha256)
44
- <!-- ------------- END WINDOWS -------------->
45
- {{% /tab-content %}}
46
- {{% tab-content %}}
47
- <!-- ------------- BEGIN DOCKER -------------->
44
+
45
+ {{% /expand %}}
46
+ {{% expand "Docker image" %}}
48
47
49
48
The [ ` influxdb:3-enterprise ` image] ( https://hub.docker.com/_/influxdb/tags?tag=3-core&name=3-enterprise )
50
49
is available for x86_64 (AMD64) and ARM64 architectures.
@@ -55,74 +54,13 @@ Pull the image:
55
54
``` bash
56
55
docker pull influxdb:3-enterprise
57
56
```
57
+ {{% /expand %}}
58
+ {{< /expand-wrapper >}}
58
59
59
- <!-- ------------- END DOCKER -------------->
60
- {{% /tab-content %}}
61
- {{% /tabs-wrapper %}}
62
- {{% /show-in %}}
63
-
64
- {{% show-in "core" %}}
65
- {{% tabs-wrapper %}}
66
- {{% tabs %}}
67
- [ Linux or macOS] ( #linux-or-macos )
68
- [ Windows] ( #windows )
69
- [ Docker] ( #docker )
70
- {{% /tabs %}}
71
- {{% tab-content %}}
72
- <!-- ------------- BEGIN LINUX AND MACOS -------------->
73
- To get started quickly, download and run the install script--for example, using [ curl] ( https://curl.se/download.html ) :
74
-
75
- <!-- pytest.mark.skip-->
76
- ``` bash
77
- curl -O https://www.influxdata.com/d/install_influxdb3.sh \
78
- && sh install_influxdb3.sh
79
- ```
80
- Or, download and install [ build artifacts] ( /influxdb3/core/install/#download-influxdb-3-core-binaries ) :
81
-
82
- - [ Linux | AMD64 (x86_64) | GNU] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ linux_amd64.tar.gz)
83
- •
84
- [ sha256] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ linux_amd64.tar.gz.sha256)
85
- - [ Linux | ARM64 (AArch64) | GNU] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ linux_arm64.tar.gz)
86
- •
87
- [ sha256] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ linux_arm64.tar.gz.sha256)
88
- - [ macOS | Silicon (ARM64)] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ darwin_arm64.tar.gz)
89
- •
90
- [ sha256] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}_ darwin_arm64.tar.gz.sha256)
91
-
92
- > [ !Note]
93
- > macOS Intel builds are coming soon.
94
-
95
- <!-- ------------- END LINUX AND MACOS -------------->
96
- {{% /tab-content %}}
97
- {{% tab-content %}}
98
- <!-- ------------- BEGIN WINDOWS -------------->
99
- Download and install the {{% product-name %}} [ Windows (AMD64, x86_64) binary] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}-windows_amd64.zip)
100
- •
101
- [ sha256] (https://dl.influxdata.com/influxdb/releases/influxdb3-{{ < product-key >}}-{{< latest-patch >}}-windows_amd64.zip.sha256)
102
- <!-- ------------- END WINDOWS -------------->
103
- {{% /tab-content %}}
104
- {{% tab-content %}}
105
- <!-- ------------- BEGIN DOCKER -------------->
106
- The [ ` influxdb:3-core ` image] ( https://hub.docker.com/_/influxdb/tags?tag=3-core&name=3-core )
107
- is available for x86_64 (AMD64) and ARM64 architectures.
108
-
109
- Pull the image:
110
-
111
- <!-- pytest.mark.skip-->
112
- ``` bash
113
- docker pull influxdb:3-core
114
- ```
115
-
116
- <!-- ------------- END DOCKER -------------->
117
- {{% /tab-content %}}
118
- {{% /tabs-wrapper %}}
119
- {{% /show-in %}}
60
+ ### Verify the installation
120
61
121
- _ Build artifacts and images update with every merge into the {{% product-name %}} ` main ` branch._
122
-
123
- #### Verify the install
124
-
125
- After you have installed {{% product-name %}}, enter the following command to verify that it completed successfully:
62
+ After installing {{% product-name %}}, enter the following command to verify
63
+ that it installed successfully:
126
64
127
65
``` bash
128
66
influxdb3 --version
@@ -135,10 +73,11 @@ If your system doesn't locate `influxdb3`, then `source` the configuration file
135
73
source ~ /.zshrc
136
74
```
137
75
76
+ ## Start InfluxDB
138
77
139
- #### Start InfluxDB
140
-
141
- To start your InfluxDB instance, use the ` influxdb3 serve ` command and provide the following:
78
+ Use the [ ` influxdb3 serve ` command ] ( /influxdb3/version/reference/cli/influxdb3/serve/ )
79
+ to start {{% product-name %}}.
80
+ Provide the following:
142
81
143
82
- ` --object-store ` : Specifies the type of object store to use.
144
83
InfluxDB supports the following: local file system (` file ` ), ` memory ` ,
0 commit comments