[PR #424] [MERGED] Update installation method and documentation #8608

Closed
opened 2026-02-05 13:50:11 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/424
Author: @alextran1502
Created: 8/4/2022
Status: Merged
Merged: 8/7/2022
Merged by: @alextran1502

Base: mainHead: dev/update-installation-documentation


📝 Commits (10+)

📊 Changes

8 files changed (+149 additions, -51 deletions)

View changed files

📝 README.md (+50 -37)
install.sh (+83 -0)
📝 mobile/android/fastlane/Fastfile (+1 -1)
📝 mobile/ios/Runner.xcodeproj/project.pbxproj (+3 -3)
📝 mobile/ios/Runner/Info.plist (+2 -2)
📝 mobile/ios/fastlane/Fastfile (+1 -1)
📝 mobile/ios/fastlane/report.xml (+8 -6)
📝 web/src/lib/components/shared-components/navigation-bar.svelte (+1 -1)

📄 Description

  • Add installation script
  • Populate instsall.sh
  • format
  • Get IP address on both macos and linux
  • Update mobile version
  • Remove test folder
  • Added sed command for ios
  • Added sed command for ios
  • Fixed ios command
  • Fixed ios command
  • Added friendly debug message

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/424 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 8/4/2022 **Status:** ✅ Merged **Merged:** 8/7/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/update-installation-documentation` --- ### 📝 Commits (10+) - [`df7890d`](https://github.com/immich-app/immich/commit/df7890d669f1b5b9722c4720c97a2497c1c1557b) Add installation script - [`5305489`](https://github.com/immich-app/immich/commit/53054895969ecbbb434f3b21b54f82fe99293d80) Populate instsall.sh - [`74d965d`](https://github.com/immich-app/immich/commit/74d965d1b06ce3028ee0594e19e76e133c925614) format - [`0021a7d`](https://github.com/immich-app/immich/commit/0021a7dac5d2ef1f8c2f1f8c55932bc3c5ee7605) Get IP address on both macos and linux - [`c6ca95c`](https://github.com/immich-app/immich/commit/c6ca95c7385d3bf58a944c78b4a4009bea6c5d8a) Update mobile version - [`a737887`](https://github.com/immich-app/immich/commit/a73788781d55c8efaeb2871a4e3bef6be2725101) Remove test folder - [`671c605`](https://github.com/immich-app/immich/commit/671c605b6144bb80705eb6e1a96e5442d4e8300e) Added sed command for ios - [`7d69573`](https://github.com/immich-app/immich/commit/7d69573ea1adf8061c5735060e7b461057fa9731) Added sed command for ios - [`0cb8747`](https://github.com/immich-app/immich/commit/0cb87472aa6ea0958567d6a56ccb407a177815d6) Fixed ios command - [`80b14f3`](https://github.com/immich-app/immich/commit/80b14f3b3c84acd673fd133ebb83947665ec4668) Fixed ios command ### 📊 Changes **8 files changed** (+149 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+50 -37) ➕ `install.sh` (+83 -0) 📝 `mobile/android/fastlane/Fastfile` (+1 -1) 📝 `mobile/ios/Runner.xcodeproj/project.pbxproj` (+3 -3) 📝 `mobile/ios/Runner/Info.plist` (+2 -2) 📝 `mobile/ios/fastlane/Fastfile` (+1 -1) 📝 `mobile/ios/fastlane/report.xml` (+8 -6) 📝 `web/src/lib/components/shared-components/navigation-bar.svelte` (+1 -1) </details> ### 📄 Description - Add installation script - Populate instsall.sh - format - Get IP address on both macos and linux - Update mobile version - Remove test folder - Added sed command for ios - Added sed command for ios - Fixed ios command - Fixed ios command - Added friendly debug message --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:50:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8608