This repository exists to maintain install_influxdb.sh, the installation script for
InfluxDB 3 Core and Enterprise. Nothing else is developed here.
The script is published at https://www.influxdata.com/d/install_influxdb3.sh, which serves the copy maintained in this repository. The InfluxData downloads page links to it.
Install Core:
curl -O https://www.influxdata.com/d/install_influxdb3.sh && sh install_influxdb3.shInstall Enterprise:
curl -O https://www.influxdata.com/d/install_influxdb3.sh && sh install_influxdb3.sh enterprisePass --version VERSION to install a specific release instead of the default.
The script is intended for quick installation and evaluation.