# tuna and ClickHouse

## Step 1. Download the client

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

## Step 2. Run ClickHouse server

Installation instructions can be found in the [official documentation](https://clickhouse.com/docs/en/getting-started/quick-start).

## Step 3. Run tuna

ClickHouse uses many ports, described in the [official documentation](https://clickhouse.com/docs/en/guides/sre/network-ports). To provide access to the HTTP API, you can use the command:

```shell
tuna http 8123

```

For access via the native protocol:

```shell
tuna tcp 9000

```
