immich/docs/docs/installation/one-step-installation.md
Coyote6705 948ff5530c
Grammar and syntax edits for the new docs (#936)
* Update introduction.mdx

* Update logo-mearning.md

* Update support-the-project.md

Fixing more grammar/syntax :)

* Update one-step-installation.md

* Update recommended-installation.md

* Update requirements.md

* Update automatic-backup.md

* Update bulk-upload.md

* Update post-installation.md

* Update update.md

* Update contribution-guidelines.md
2022-11-06 21:27:14 -06:00

1.3 KiB

sidebar_position
2

One-step installation

:::caution This method is for evaluation purposes only. It is not recommended for production use. For production usage, please refer to the recommended installation method here. :::

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. Populate the .env file with necessary information based on the current directory path.
  3. 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 backup file is ./immich-app/immich-data relative to the current directory.

:::tip For more information on how to use the application, please refer to the Post Installation guide. :::