[PR #2976] [MERGED] feat: wrote an installation script for Linux users to install AppFlowy (#2951) #5505

Closed
opened 2026-03-23 22:19:02 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2976
Author: @roopeshsn
Created: 7/11/2023
Status: Merged
Merged: 7/12/2023
Merged by: @LucasXu0

Base: mainHead: installation-script


📝 Commits (1)

  • 3daae11 feat: written a installation script for linux users

📊 Changes

1 file changed (+403 additions, -0 deletions)

View changed files

install.sh (+403 -0)

📄 Description

Feature Preview

With this installation script, AppFlowy can be installed using the curl command,

curl -sSL https://github.com/roopeshsn/AppFlowy/raw/installation-script/install.sh | bash

Here are the logs,

roopesh@roopesh-mi-notebook-14:~$ curl -sSL https://github.com/roopeshsn/AppFlowy/raw/installation-script/install.sh | bash
AppFlowy-IO/AppFlowy info checking GitHub for latest tag
AppFlowy-IO/AppFlowy info found version: 0.2.5 for 0.2.5/linux/amd64
._AppFlowy
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.macl'
AppFlowy/
AppFlowy/._appflowy.desktop.temp
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine'
AppFlowy/appflowy.desktop.temp
AppFlowy/._AppFlowy
.....
.....
.....
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine'
AppFlowy/lib/libflowy_infra_ui_plugin.so
AppFlowy/lib/._libflutter_linux_gtk.so
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine'
AppFlowy/lib/libflutter_linux_gtk.so
[sudo] password for roopesh: 
AppFlowy-IO/AppFlowy info installed /opt/AppFlowy
{"msg":"[🟢 INITIALIZE - Start]","line":117,"file":"flowy-folder2/src/manager.rs","workspace_id":"e3b239cb-c86c-406d-b3f2-1fff60ff885c","uid":214958025964785664}
{"msg":"[🔵 INITIALIZE - End]","line":117,"file":"flowy-folder2/src/manager.rs","workspace_id":"e3b239cb-c86c-406d-b3f2-1fff60ff885c","elapsed_milliseconds":46,"uid":214958025964785664}
Jul 11 13:06:32.741  INFO ThreadId(14) {"message":"Supabase config is empty, skip init supabase."}
{"msg":"Supabase config is empty, skip init supabase."}
Jul 11 13:06:32.866  INFO ThreadId(14) {"message":"Network type: Wifi"}
{"msg":"Network type: Wifi"}
Jul 11 13:06:32.871  INFO ThreadId(14) {"message":"Network type: Wifi"}
{"msg":"Network type: Wifi"}

fixes #2951


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/AppFlowy-IO/AppFlowy/pull/2976 **Author:** [@roopeshsn](https://github.com/roopeshsn) **Created:** 7/11/2023 **Status:** ✅ Merged **Merged:** 7/12/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `installation-script` --- ### 📝 Commits (1) - [`3daae11`](https://github.com/AppFlowy-IO/AppFlowy/commit/3daae1154e720a7e47d4e975d48c4cfb85cc52d2) feat: written a installation script for linux users ### 📊 Changes **1 file changed** (+403 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `install.sh` (+403 -0) </details> ### 📄 Description ### Feature Preview With this installation script, AppFlowy can be installed using the curl command, ``` curl -sSL https://github.com/roopeshsn/AppFlowy/raw/installation-script/install.sh | bash ``` Here are the logs, ``` roopesh@roopesh-mi-notebook-14:~$ curl -sSL https://github.com/roopeshsn/AppFlowy/raw/installation-script/install.sh | bash AppFlowy-IO/AppFlowy info checking GitHub for latest tag AppFlowy-IO/AppFlowy info found version: 0.2.5 for 0.2.5/linux/amd64 ._AppFlowy tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.macl' AppFlowy/ AppFlowy/._appflowy.desktop.temp tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine' AppFlowy/appflowy.desktop.temp AppFlowy/._AppFlowy ..... ..... ..... tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine' AppFlowy/lib/libflowy_infra_ui_plugin.so AppFlowy/lib/._libflutter_linux_gtk.so tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.quarantine' AppFlowy/lib/libflutter_linux_gtk.so [sudo] password for roopesh: AppFlowy-IO/AppFlowy info installed /opt/AppFlowy {"msg":"[🟢 INITIALIZE - Start]","line":117,"file":"flowy-folder2/src/manager.rs","workspace_id":"e3b239cb-c86c-406d-b3f2-1fff60ff885c","uid":214958025964785664} {"msg":"[🔵 INITIALIZE - End]","line":117,"file":"flowy-folder2/src/manager.rs","workspace_id":"e3b239cb-c86c-406d-b3f2-1fff60ff885c","elapsed_milliseconds":46,"uid":214958025964785664} Jul 11 13:06:32.741 INFO ThreadId(14) {"message":"Supabase config is empty, skip init supabase."} {"msg":"Supabase config is empty, skip init supabase."} Jul 11 13:06:32.866 INFO ThreadId(14) {"message":"Network type: Wifi"} {"msg":"Network type: Wifi"} Jul 11 13:06:32.871 INFO ThreadId(14) {"message":"Network type: Wifi"} {"msg":"Network type: Wifi"} ``` fixes #2951 --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:19:02 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5505
No description provided.