mirror of
https://github.com/immich-app/immich.git
synced 2025-06-02 05:04:23 -04:00
* wip: Install * wip: sharing * wip: features * wip: features * wip: tags and folder view * update links * fix: broken reference to page sections * pr feedback * Update docs/docs/overview/comparison.md Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> * webp * webp is glory * webp is glory --------- Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
44 lines
983 B
Plaintext
44 lines
983 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 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 />
|