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

# 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="https://2434425198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC9qRqQWSKilAVP8kuJPK%2Fuploads%2F8FJj3AvKr5y4f4f0GJv3%2Fwizard.jpg?alt=media&amp;token=5c703ca2-5025-451a-ae29-4fc1b3964d4d" 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.
