github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/docs/sources/installation/_index.md (about) 1 --- 2 title: Installation 3 weight: 200 4 --- 5 # Installation 6 7 > **Note:** You can use [Grafana Cloud](https://grafana.com/products/cloud/features/#cloud-logs) to avoid installing, maintaining, and scaling your own instance of Grafana Loki. The free forever plan includes 50GB of free logs. [Create an account to get started](https://grafana.com/auth/sign-up/create-user?pg=docs-loki&plcmt=in-text). 8 9 ## Installation methods 10 11 Instructions for different methods of installing Loki and Promtail. 12 13 - [Install using Tanka (recommended)](tanka/) 14 - [Microservices deployment with Helm](microservices-helm/) 15 - [Simple scalable deployment with Helm](simple-scalable-helm/) 16 - [Install through Docker or Docker Compose](docker/) 17 - [Install and run locally](local/) 18 - [Install from source](install-from-source/) 19 20 ## General process 21 22 In order to run Loki, you must: 23 24 1. Download and install both Loki and Promtail. 25 1. Download config files for both programs. 26 1. Start Loki. 27 1. Update the Promtail config file to get your logs into Loki. 28 1. Start Promtail.