InfluxDB Windows Installer is a Windows installer created with Inno Setup that installs and registers InfluxDB OSS V2 as a Windows service, using Shawl as a wrapper for simplified management.
Disclaimer: This software is not affiliated in any way with the producers of InfluxDB. It is a third-party tool designed to simplify the installation of InfluxDB. All logos, texts, and programs used are the property of InfluxDB and were taken and possibly modified from the official repository here, which is licensed under MIT.
To get started with the InfluxDB Windows Installer:
- Download the Latest Release: Visit the Releases page of this repository to download the latest version of the installer.
- Run the Installer: Execute the downloaded
.exe
file and follow the on-screen instructions to install and register InfluxDB as a Windows service.
Requirements
- Inno Setup
- PowerShell Core ( >v7.4 )
To compile the package yourself, follow these steps:
-
Clone the repository:
git clone https://github.com/berik-99/InfluxWindowsInstaller.git cd InfluxWindowsInstaller
-
Run the
download_sources.ps1
script (with PowerShell Core):pwsh ./download_sources.ps1
-
Make sure you have Inno Setup installed on your machine.
-
Open the Inno Setup script (
.iss
) file in Inno Setup and build the installer. -
The compiled installer will be available in the output folder specified in the script.
git clone https://github.com/berik-99/InfluxWindowsInstaller.git cd InfluxWindowsInstaller
-
Make sure you have Inno Setup installed on your machine.
-
Open the Inno Setup script (
.iss
) file in Inno Setup and build the installer. -
The compiled installer will be available in the output folder specified in the script.
- A big thank you to Shawl and Inno Setup for providing amazing tools that made this project possible!
This project is licensed under the MIT License. See the LICENSE file for more details.