blob: e27e91917f5b31998c44860a2e09649486da9f48 [file] [view]
---
title: "Quick Start"
description: >
The steps to utilize Apache DevLake
sidebar_position: 1
---
The key steps to deploy and utilize Apache DevLake.
## Step 1. Install DevLake
Install DevLake using either <a href="DockerComposeSetup">Docker Compose</a>, <a href="HelmSetup">Helm</a>, or the <a href="https://github.com/DevExpGBB/gh-devlake">gh-devlake CLI</a>. If you want to upgrade DevLake to a newer version, please refer to the <a href="Upgrade">upgrade manuals</a>.
**Prefer the terminal?** You can use [gh-devlake](https://github.com/DevExpGBB/gh-devlake), a GitHub CLI extension that deploys, configures, and monitors DevLake entirely from the command line:
```bash
gh extension install DevExpGBB/gh-devlake
gh devlake init
```
## Step 2. Configure DevLake
Configure DevLake via the Config UI. Follow the <a href="/docs/Configuration/Tutorial">tutorial</a> for configuration instructions. If you specifically want to configure DORA metrics, please refer to the <a href="/docs/DORA">DORA manuals</a> for detailed instructions.
## Step 3. View Data in Grafana Dashboards
After configuring DevLake and collecting data, access the Config UI and click the "Dashboards" button in the top-right corner to view the data in Grafana dashboards. For comprehensive instructions, please refer to the [Grafana manuals](/docs/Configuration/Dashboards/GrafanaUserGuide.md).