docs: add installation section (#912)

* Implemented requirements

* Added one-step installation

* Finished section
This commit is contained in:
Alex
2022-11-01 20:01:03 -05:00
committed by GitHub
parent dc7df5bcfa
commit a898610f13
12 changed files with 258 additions and 6 deletions

View File

@@ -0,0 +1,31 @@
---
sidebar_position: 1
---
# Requirements
Hardware and software requirement for Immich
## Software
- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/)
:::info Podman
You can also use Podman to run the application, however, additional configurations might required on your end.
:::
## Hardware
- **OS**: Preferred unix-based operating system (Ubuntu, Debian, MacOS...etc). Windows works too with [Docker Desktop on Windows](https://docs.docker.com/desktop/install/windows-install/)
- **Ram**: At least 2GB, preferred 4GB.
- **Core**: At least 2 cores, preferred 4 cores.
## Installation methods
There are a couple installation method that you can use to install the application. You can choose the one that suits you the best.
1. [One-step installation (Evaluation only)](/docs/installation/one-step-installation)
2. **[Docker Compose with manual configuration (Recommended)](/docs/installation/recommended-installation)**
3. [Portainer](/docs/installation/portainer-installation)
4. [Unraid (Community contribution)](/docs/installation/unraid-installation)