mirror of
https://github.com/immich-app/immich.git
synced 2026-01-26 11:24:44 -08:00
* docs: beginning of the year tune up and updates * darker dark * backup information * promote to table of content * Apply suggestions from code review Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com> Co-authored-by: Mees Frensel <33722705+meesfrensel@users.noreply.github.com> * restore and backup * edit * Apply suggestions from code review Co-authored-by: bo0tzz <git@bo0tzz.me> * feedback * more information on mobile Co-authored-by: https://github.com/aviv926 * more information on free up space > > Co-authored-by: jtagcat <git-12dbd862@jtag.cat> * Update docs/docs/features/mobile-app.mdx Co-authored-by: jtagcat <git-12dbd862@jtag.cat> * screenshot and minor tweaks --------- Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com> Co-authored-by: Mees Frensel <33722705+meesfrensel@users.noreply.github.com> Co-authored-by: bo0tzz <git@bo0tzz.me> Co-authored-by: jtagcat <git-12dbd862@jtag.cat>
94 lines
2.7 KiB
Plaintext
94 lines
2.7 KiB
Plaintext
---
|
|
sidebar_position: 2
|
|
---
|
|
|
|
# Quick start
|
|
|
|
Here is a quick, no-choices path to install Immich and take it for a test drive.
|
|
Once you've tried it, you might use one of the many other ways
|
|
to install and use it.
|
|
|
|
## Requirements
|
|
|
|
- A system with at least 6GB of RAM and 2 CPU cores.
|
|
- [Docker](https://docs.docker.com/engine/install/)
|
|
|
|
> For a more detailed list of requirements, see the [requirements page](/install/requirements).
|
|
|
|
---
|
|
|
|
## Set up the server
|
|
|
|
import DockerComposeSteps from '/docs/partials/_docker-compose-install-steps.mdx';
|
|
|
|
<DockerComposeSteps />
|
|
|
|
---
|
|
|
|
## Try the web app
|
|
|
|
import RegisterAdminUser from '/docs/partials/_register-admin.md';
|
|
|
|
<RegisterAdminUser />
|
|
|
|
Try uploading a picture from your browser.
|
|
|
|
<img src={require('./img/upload-button.webp').default} title="Upload button" />
|
|
|
|
---
|
|
|
|
## Try the mobile app
|
|
|
|
### Download the Mobile App
|
|
|
|
import MobileAppDownload from '/docs/partials/_mobile-app-download.md';
|
|
|
|
<MobileAppDownload />
|
|
|
|
### Login to the Mobile App
|
|
|
|
import MobileAppLogin from '/docs/partials/_mobile-app-login.md';
|
|
|
|
<MobileAppLogin />
|
|
|
|
In the mobile app, you should see the photo you uploaded from the web UI.
|
|
|
|
### Transfer Photos from Your Mobile Device
|
|
|
|
import MobileAppBackup from '/docs/partials/_mobile-app-backup.md';
|
|
|
|
<MobileAppBackup />
|
|
|
|
The backup time differs depending on how many photos are on your mobile device. Large uploads may
|
|
take quite a while.
|
|
To quickly get going, you can selectively upload few photos first, by following this [guide](/features/mobile-app#sync-only-selected-photos).
|
|
|
|
You can select the **Job Queues** tab to see Immich processing your photos.
|
|
|
|
<img src={require('/docs/guides/img/jobs-tab.webp').default} title="Job Queues tab" width={300} />
|
|
|
|
---
|
|
|
|
## Review the database backup and restore process
|
|
|
|
Immich has built-in database backups. You can refer to the
|
|
[database backup](/administration/backup-and-restore) for more information.
|
|
|
|
:::danger
|
|
The database only contains metadata and user information. You must setup manual backups of the images and videos stored in `UPLOAD_LOCATION`.
|
|
:::
|
|
|
|
---
|
|
|
|
## Where to go from here?
|
|
|
|
You may decide you'd like to install the server a different way; the Install category on the left menu provides many options.
|
|
|
|
You may decide you'd like to add the _rest_ of your photos from Google Photos, even those not on your mobile device, via Google Takeout. You can use [immich-go](https://github.com/simulot/immich-go) for this.
|
|
|
|
You may want to [upload photos from your own archive](/features/command-line-interface).
|
|
|
|
You may want to incorporate a pre-existing archive of photos from an [External Library](/features/libraries); there's a [guide](/guides/external-library) for that.
|
|
|
|
You may want your mobile device to [back photos up to your server automatically](/features/mobile-backup).
|