46 lines
1.7 KiB
Markdown
46 lines
1.7 KiB
Markdown
---
|
||
title: Install the InfluxData 1.x TICK stack (OSS)
|
||
list_title: TICK stack (OSS)
|
||
description: Install and configure the open source InfluxData 1.x TICK stack – Telegraf, InfluxDB, Chronograf, and Kapacitor.
|
||
alias: /platform/installation/oss-install
|
||
menu:
|
||
platform:
|
||
name: TICK stack (OSS)
|
||
parent: install-platform
|
||
weight: 2
|
||
---
|
||
|
||
## Download the TICK stack components
|
||
|
||
To download each of the TICK stack components, see [InfluxData downloads page](https://portal.influxdata.com/downloads).
|
||
Telegraf, InfluxDB, Chronograf, and Kapacitor are each separate binaries that need
|
||
to be installed, configured, and started separately.
|
||
|
||
|
||
## Install Telegraf
|
||
|
||
The [Telegraf installation instructions](/{{< latest "telegraf" >}}/introduction/installation/)
|
||
walk through installing and configuring Telegraf.
|
||
|
||
## Install InfluxDB
|
||
|
||
The [InfluxDB OSS installation instructions](/{{< latest "influxdb" "v1" >}}/introduction/installation/)
|
||
walk through installing and configuring the open source version of InfluxDB.
|
||
|
||
## Install Chronograf
|
||
|
||
The [Chronograf installation instructions](/{{< latest "chronograf" >}}/introduction/installation/)
|
||
walk through installing and configuring Chronograf.
|
||
|
||
## Install Kapacitor
|
||
|
||
The [Kapacitor OSS installation instructions](/{{< latest "kapacitor" >}}/introduction/installation/)
|
||
walk through installing and configuring the open source version of Kapacitor.
|
||
|
||
## InfluxData Sandbox
|
||
|
||
The [InfluxData Sandbox](https://github.com/influxdata/sandbox) is an alternative
|
||
method for installing the OSS TICK stack that uses Docker and Docker Compose to build
|
||
and network each component. For information about installing the Sandbox, view the
|
||
[InfluxData Sandbox installation instructions](/platform/install-and-deploy/deploying/sandbox-install).
|