# tuna and Airflow

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Run Airflow server

Installation instructions can be found in the [official documentation](https://airflow.apache.org/docs/apache-airflow/stable/installation/index.html).

## Step 3. Run tuna

Airflow uses port `8080` by default:

```bash
tuna http 8080

```
