mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 23:54:05 +02:00
docs: add installation instructions for nix flake (#361)
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>
This commit is contained in:
19
docs/installation/README.md
Normal file
19
docs/installation/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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>
|
||||
Reference in New Issue
Block a user