mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
* docs: separate upgrading page * chore: move "setup optional features" into postinstall * docs: stronger backup warning in postinstall * chore: link to upgrading page * docs: reiterate breaking changes in upgrade doc * chore: fix formatting --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
49 lines
1.3 KiB
Text
49 lines
1.3 KiB
Text
---
|
|
sidebar_position: 90
|
|
---
|
|
|
|
import RegisterAdminUser from '/docs/partials/_register-admin.md';
|
|
import UserCreate from '/docs/partials/_user-create.md';
|
|
import StorageTemplate from '/docs/partials/_storage-template.md';
|
|
import MobileAppDownload from '/docs/partials/_mobile-app-download.md';
|
|
import MobileAppLogin from '/docs/partials/_mobile-app-login.md';
|
|
import MobileAppBackup from '/docs/partials/_mobile-app-backup.md';
|
|
import ServerBackup from '/docs/partials/_server-backup.md';
|
|
|
|
# Post installation steps
|
|
|
|
A list of common steps to take after installing Immich include:
|
|
|
|
## Step 1 - Register the admin user
|
|
|
|
<RegisterAdminUser />
|
|
|
|
## Step 2 - Create a new user (optional)
|
|
|
|
<UserCreate />
|
|
|
|
## Step 3 - Update the storage template
|
|
|
|
<StorageTemplate />
|
|
|
|
## Step 4 - Download the Mobile App
|
|
|
|
<MobileAppDownload />
|
|
|
|
## Step 5 - Login to the Mobile App
|
|
|
|
<MobileAppLogin />
|
|
|
|
## Step 6 - Upload Your Library
|
|
|
|
<MobileAppBackup />
|
|
|
|
## Step 7 - Setup Server Backups
|
|
|
|
<ServerBackup />
|
|
|
|
## Setting up optional features
|
|
|
|
- [External Libraries](/docs/features/libraries.md): Adding your existing photo library to Immich
|
|
- [Hardware Transcoding](/docs/features/hardware-transcoding.md): Speeding up video transcoding
|
|
- [Hardware-Accelerated Machine Learning](/docs/features/ml-hardware-acceleration.md): Speeding up various machine learning tasks in Immich
|