# tuna and ScyllaDB

## Step 1. Download the client

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

## Step 2. Run ScyllaDB server

Installation instructions can be found in the [official documentation](https://opensource.docs.scylladb.com/stable/getting-started/install-scylla/index.html).

## Step 3. Run tuna

ScyllaDB uses multiple ports, the description of which can be found in the [official documentation](https://opensource.docs.scylladb.com/stable/operating-scylla/admin.html#networking), to provide access to CQL you can use the command:

```shell
tuna tcp 9042

```

For REST API access:

```shell
tuna tcp 10000

```
