Files
immich/docs/docs/install/script.md
Matthew Momjian 933b6b67f5 feat: Improve error handling for Install Script (#8422)
* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update docs

immich-app vs immich-data

We do not actually touch the .env file

* Remove docker-compose

Docker-compose is no longer supported by Immich

* Update remote-machine-learning.md

* Update install.sh

* Update install.sh

* Update requirements.md

* Update requirements.md
2024-04-08 19:01:57 -04:00

1.1 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. :::

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. :::