# Installation

The installation process can be done effortlessly since all services are dockerized and can be run by Docker-Compose in one single command. I' ve created a [wizard](https://mehmetgoren.github.io/) to make generating Docker-Compose file easy.

* Install Docker on your system: <https://docs.docker.com/get-docker/>
* Install Docker Compose: <https://docs.docker.com/compose/install/>
* Create docker-compose.yml file by using the [wizard](https://mehmetgoren.github.io/)

<div align="center"><figure><img src="/files/DLFVUP2rdLTVy1qoy8q2" alt=""><figcaption></figcaption></figure></div>

* Open a terminal from the location where the generated docker-compose.yml file is located.
* Run 'docker-compose up' command to start Feniks.
* Open your browser and navigate to '[http://localhost:8080](http://localhost:8080/)' after all service is initialized.

Runs natively on Linux. Windows and macOS are currently not supported. It was tested on X86 CPUs, Nvidia GPUs(both hardware encoding and decoding), Raspberry PI 4 and Nvidia Jetson Nano.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://feniks.gitbook.io/doc/feniks/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
