Briefly explain what the install script does

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park
2024-03-04 15:13:42 +09:00
parent 77c6fd844a
commit 676813ab18

View File

@@ -103,6 +103,20 @@ Clone this repository to somewhere anyone can access (like /tmp) and run `instal
Anytime Immich is updated, all you have to do is run it again.
In summary, the `install.sh` script does the following:
#### 1. Clones and builds Immich.
#### 2. Installs Immich to `/var/lib/immich` with minor patches.
* Sets up a dedicated Python venv to `/var/lib/immich/app/machine-learning/venv`.
* Replaces `/usr/src` to `/var/lib/immich`.
* Limits listening host from 0.0.0.0 to 127.0.0.1 for microservices and machine-learning.
* Installs systemd services.
## Done!
Your Immich installation should be running at :3001 port.