# tuna and Gogs

## Step 1. Download the client

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

## Step 2. Start Gogs server

Installation instructions can be found in the [official documentation](https://gogs.io/docs/installation), for Docker deployment refer to the documentation in the [project repository](https://github.com/gogs/gogs/tree/main/docker).

## Step 3. Run tuna

Gogs uses port `3000` by default:

```bash
tuna http 3000

```
