---
title: "Installation | Grafana Loki documentation"
description: "Describes how to install Loki."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Installation

There are several methods of installing Loki and Promtail:

- [Install using Helm (recommended)](helm/)
- [Install using Tanka](tanka/)
- [Install using Docker or Docker Compose](docker/)
- [Install and run locally](local/)
- [Install from source](install-from-source/)

## General process

In order to run Loki, you must:

1. Download and install both Loki and Promtail.
2. Download config files for both programs.
3. Start Loki.
4. Update the Promtail config file to get your logs into Loki.
5. Start Promtail.
