You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/enterprise_influxdb/v1/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ menu:
10
10
weight: 1
11
11
---
12
12
13
-
InfluxDB Enterprise provides a time series database designed to handle high write and query loads and offers highly scalable clusters on your infrastructure with a management UI. Use for DevOps monitoring, IoT sensor data, and real-time analytics. Check out the key features that make InfluxDB Enterprise a great choice for working with time series data.
13
+
InfluxDB Enterprise provides a time series database designed to handle high write and query loads and offers highly scalable clusters on your infrastructure with a management UI. Use for DevOps monitoring, IoT sensor data, and real-time analytics.
Download the latest InfluxDB open source (OSS) release at the [InfluxData download page](https://www.influxdata.com/downloads/).
12
+
Download the latest InfluxDB open source (OSS) release at the [InfluxData Downloads page](https://www.influxdata.com/downloads/).
13
13
14
-
1. Scroll to the bottom of the [`downloads page`](https://www.influxdata.com/downloads/) and click **Are you interested in InfluxDB 1.x Open Source?** to expand the 1.x options.
15
-
2. Under **Are you interested in InfluxDB 1.x Open Source?**, select the version of InfluxDB you want to download.
16
-
3. Under the **Platform** dropdown menu, select your operating system.
17
-
4. Execute the provided download commands.
14
+
1. Scroll to the bottom of the [downloads page](https://www.influxdata.com/downloads/) and click **2** to navigate to the second page of products.
15
+
2. Under **InfluxDB OSS 1.x**, select:
16
+
- your **Platform** (operating system) and
17
+
- the **Version** of InfluxDB you want to download.
18
+
3. Run the provided commands to download and install InfluxDB.
REM Set the environment variable for the current session
331
+
set INFLUXDB_CONFIG_PATH=C:\Program Files\InfluxDB\influxdb.conf
332
+
333
+
REM Start InfluxDB
334
+
influxd
335
+
```
336
+
{{% /code-tab-content %}}
337
+
{{< /code-tabs-wrapper >}}
301
338
302
339
InfluxDB first checks for the `-config` option and then for the environment
303
340
variable.
@@ -314,9 +351,8 @@ See the [Configuration](/influxdb/v1/administration/config/) documentation for m
314
351
315
352
Make sure the directories in which data and the [write ahead log](/influxdb/v1/concepts/glossary#wal-write-ahead-log) (WAL) are stored are writable for the user running the `influxd` service.
316
353
317
-
{{% note %}}
318
-
**Note:** If the data and WAL directories are not writable, the `influxd` service will not start.
319
-
{{% /note %}}
354
+
> [!Important]
355
+
> If the data and WAL directories are not writable, the `influxd` service will not start.
320
356
321
357
The user running the `influxd` process should have the following permissions for
322
358
directories in the [InfluxDB file system](/influxdb/v1//concepts/file-system-layout/):
0 commit comments