> For the complete documentation index, see [llms.txt](https://flying-fish.gitbook.io/flyingfish/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flying-fish.gitbook.io/flyingfish/index/installation/quick-setup.md).

# Quick Setup

The instructions assume that Docker is installed in the current version. You can find the [Docker installation here](https://docs.docker.com/engine/install/debian/).

First create a project folder on Debian, example:

```sh
sudo su
```

```sh
mkdir /opt/flyingfish
```

Now download the env and docker compose file:

```sh
cd /opt/flyingfish
```

```sh
curl https://raw.githubusercontent.com/stefanwerfling/flyingfish/main/setup/.env -o .env
```

```sh
curl https://raw.githubusercontent.com/stefanwerfling/flyingfish/main/setup/docker-compose.yml -o docker-compose.yml
```

Now edit the [.env file and set all important variables](/flyingfish/index/installation/long-setup/env.md).

```sh
nano .env
```

Start docker compose.

```sh
docker compose up -d
```

You can log in via the web interface with the standard root user. Please change the password immediately.

* **URL:** https\://\<ip>:3000/
* **Username:** <admin@flyingfish.org>
* **Password:** changeMyPassword

<figure><img src="https://1973811904-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Flk5l3lUfuUzRDnMDVwnw%2Fuploads%2FqlJvKIJjTGYSoifm0fkV%2Fdocker-i-see.jpg?alt=media&amp;token=5fcab30b-2e63-4e9d-80f9-765e3a2770c8" alt="" width="450"><figcaption><p>little joke from me :)</p></figcaption></figure>
