Files
immich/docs/docs/install/script.md
Alex 6239365f68 chore(docs): clean up and add new content (#15003)
* 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>
2025-01-02 10:04:14 -06:00

1.3 KiB

sidebar_position
sidebar_position
20

Install script [Experimental]

:::caution This method is experimental and not currently recommended for production use. For production, please refer to installing with Docker Compose. :::

Requirements

Follow the requirements page to get started.

The install script only supports Linux operating systems and requires Docker to be already installed on the system.

Steps

In the shell, from a directory of your choice, run the following command:

curl -o- https://raw.githubusercontent.com/immich-app/immich/main/install.sh | bash

The script will perform the following actions:

  1. Download docker-compose.yml, and the .env file from the main branch of the repository.
  2. Start the containers.

The web application will be available at http://<machine-ip-address>:2283, and the server URL for the mobile app will be http://<machine-ip-address>:2283/api

The directory which is used to store the library files is ./immich-app relative to the current directory.

:::tip For common next steps, see Post Install Steps. :::