mirror of
https://github.com/immich-app/immich.git
synced 2025-06-19 21:44:37 -04:00
* prompt for backups on setup * add file * case, update backup restore * Update backup-and-restore.md * Update backup-and-restore.md * Update backup-and-restore.md * Update backup-and-restore.md * Update post-install.mdx
44 lines
978 B
Plaintext
44 lines
978 B
Plaintext
---
|
|
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 Install 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 />
|