mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 02:54:07 +02:00
Following the discussion in #329 and #115, here's a doc section on using nix flakes to install MediaManager. Co-authored-by: lschuetze <lschuetze@mpi-sws.org>
19 lines
728 B
Markdown
19 lines
728 B
Markdown
# Installation Guide
|
|
|
|
The recommended way to install and run Media Manager is using Docker and Docker Compose. Other installation
|
|
methods are not officially supported, but listed here for convenience.
|
|
|
|
|
|
<table data-view="cards" data-full-width="true">
|
|
<thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead>
|
|
<tbody>
|
|
<tr>
|
|
<td align="center">Docker Compose (recommended)</td>
|
|
<td><a href="/installation/docker.md">docker.md</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">Nix Flakes [Community]</td>
|
|
<td><a href="/installation/flakes.md">flakes.md</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table> |