[PR #632] [MERGED] Improved development environment installation #4252

Closed
opened 2026-03-23 21:36:59 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/632
Author: @MikeWallaceDev
Created: 7/19/2022
Status: Merged
Merged: 7/19/2022
Merged by: @appflowy

Base: mainHead: fix_install_dev_env


📝 Commits (7)

  • 6fcc37e fix: Made githook scripts executable
  • ff0c6a9 feat: Added commit-msg hook
  • 5035075 fix: removed references to Husky
  • 3990002 fix: improved development environment installation
  • 1cb8dbc fix: improved installation on MacOs
  • f30f248 fix: fixed colors when asking to install Rust
  • 6d9c461 fix: fixed flutter config variable for mac

📊 Changes

12 files changed (+190 additions, -59 deletions)

View changed files

.githooks/commit-msg (+26 -0)
📝 .githooks/pre-commit (+3 -1)
📝 .githooks/pre-push (+5 -0)
.husky/commit-msg (+0 -4)
Makefile.toml (+0 -35)
frontend/Brewfile (+0 -2)
frontend/Makefile (+0 -14)
📝 frontend/Makefile.toml (+1 -0)
frontend/scripts/install_dev_env/install_linux.sh (+57 -0)
frontend/scripts/install_dev_env/install_macos.sh (+57 -0)
frontend/scripts/makefile/githooks.toml (+39 -0)
📝 package.json (+2 -3)

📄 Description

  • moved and renamed /Makefile.toml to /frontend/scripts/makefile/githooks.toml
  • added install script for Linux. Simplifies installation for devs
  • added MacOs install script
    • Removed Makefile, since we now use a bash script. This removes the dependency on make.
    • Removed Brewfile, since we now use a bash script.

This has been tested in Manjaro Linux with a fresh clone. Needs to be tested on Mac.


🔄 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/632 **Author:** [@MikeWallaceDev](https://github.com/MikeWallaceDev) **Created:** 7/19/2022 **Status:** ✅ Merged **Merged:** 7/19/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_install_dev_env` --- ### 📝 Commits (7) - [`6fcc37e`](https://github.com/AppFlowy-IO/AppFlowy/commit/6fcc37e15ce80a73cda68ee3a1bfdff2ce6e7c38) fix: Made githook scripts executable - [`ff0c6a9`](https://github.com/AppFlowy-IO/AppFlowy/commit/ff0c6a9d98be7d59dc4589ba3ff0bcf1238025bd) feat: Added commit-msg hook - [`5035075`](https://github.com/AppFlowy-IO/AppFlowy/commit/5035075e143b84e48924180bb0be076f4e34e9f2) fix: removed references to Husky - [`3990002`](https://github.com/AppFlowy-IO/AppFlowy/commit/39900022db9fb05e11d2e394f778c772d4067a85) fix: improved development environment installation - [`1cb8dbc`](https://github.com/AppFlowy-IO/AppFlowy/commit/1cb8dbcfa4b8faf8009d29182b5b02bcb77f6ad0) fix: improved installation on MacOs - [`f30f248`](https://github.com/AppFlowy-IO/AppFlowy/commit/f30f2485c68655df7fcc1b7c93826d1d12df5d1e) fix: fixed colors when asking to install Rust - [`6d9c461`](https://github.com/AppFlowy-IO/AppFlowy/commit/6d9c4619e49d5e1abb6a841c35c84afa0d41bbc0) fix: fixed flutter config variable for mac ### 📊 Changes **12 files changed** (+190 additions, -59 deletions) <details> <summary>View changed files</summary> ➕ `.githooks/commit-msg` (+26 -0) 📝 `.githooks/pre-commit` (+3 -1) 📝 `.githooks/pre-push` (+5 -0) ➖ `.husky/commit-msg` (+0 -4) ➖ `Makefile.toml` (+0 -35) ➖ `frontend/Brewfile` (+0 -2) ➖ `frontend/Makefile` (+0 -14) 📝 `frontend/Makefile.toml` (+1 -0) ➕ `frontend/scripts/install_dev_env/install_linux.sh` (+57 -0) ➕ `frontend/scripts/install_dev_env/install_macos.sh` (+57 -0) ➕ `frontend/scripts/makefile/githooks.toml` (+39 -0) 📝 `package.json` (+2 -3) </details> ### 📄 Description - moved and renamed /Makefile.toml to /frontend/scripts/makefile/githooks.toml - added install script for Linux. Simplifies installation for devs - added MacOs install script - Removed Makefile, since we now use a bash script. This removes the dependency on make. - Removed Brewfile, since we now use a bash script. This has been tested in Manjaro Linux with a fresh clone. Needs to be tested on Mac. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:59 +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#4252
No description provided.