feat: add installation scripts, Makefile, and config template#190
Closed
weby-homelab wants to merge 4 commits into
Closed
feat: add installation scripts, Makefile, and config template#190weby-homelab wants to merge 4 commits into
weby-homelab wants to merge 4 commits into
Conversation
…u22/changelog-spelling-fix Fix spelling mistake in CHANGELOG.md
- Add install.sh (Linux/macOS), install.ps1 (PowerShell), and install.cmd (Windows CMD) to make official install scripts accessible inside the repository - Add Makefile for quick lifespan management (install/check/uninstall) - Add .antigravity.md project context template - Implement a backward-compatible offline/local fallback check in all installers (which activates if packages/ manifests and binaries are placed locally in the repo)
17fb4e7 to
c9e23b2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This Pull Request contributes the official installation scripts, a helper
Makefilefor developer lifecycle management, and a project context template directly to the repository.Added
install.sh(Linux/macOS),install.ps1(PowerShell),install.cmd(Windows CMD) — makes the installers transparent, version-controlled, and open for contributions directly in the repository.Makefile— adds standard lifecycle commands (make install,make check,make uninstall) to simplify development, testing, and deployment..antigravity.md— adds a project context configuration template to make onboarding easier for developers.