# tuna and Elasticsearch

## Step 1. Download the client

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

## Step 2. Run Elasticsearch server

Installation instructions can be found in the [official documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html#getting-started).

## Step 3. Run tuna

Elasticsearch uses port `9200` by default:

```bash
tuna http 9200

```
