Conversation
Pull Request Test Coverage Report for Build 23889953804Details
💛 - Coveralls |
…nding-page' into feature/one-liner-install-and-landing-page
Thanks for testing, @MarvMa. Is your problem not simply the bug #1770? |
…nding-page' into feature/one-liner-install-and-landing-page
Correct! This has been the issue. The one-liner worked after typing "yes" during the installation 👍 |
MarvMa
left a comment
There was a problem hiding this comment.
The install script works as expected. Nice work. This improves the UX for new Users 👍
|
I created an issue to make the feature transparent and so we can also add it to our CHANGELOG. |
hohwille
left a comment
There was a problem hiding this comment.
@shodiBoy1 thank your for your PR and your great idea to improve IDEasy. 🥇
As I just commented, I will merge this PR and after that add the issue I just created for it to our CHANGELOG.

This PR fixes #1795
Implemented changes:
install.sh- a one-liner install script that detects OS/architecture, downloads the latest IDEasy release, and runs setup automatically. Works on macOS (Intel & ARM), Linux (x64 & ARM64), and Windows (via Git Bash).website/- a landing page (index.html+style.css) with install instructions, copy-to-clipboard command, and an overview of IDEasy features.This simplifies the current installation process from:
To just:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/devonfw/IDEasy/main/install.sh)"
Checklist for this PR
mvn clean testlocally all tests pass and build is successful#«issue-id»: «brief summary»(e.g.#921: fixed setup.bat). If no issue ID exists, title only.In Progressand assigned to you or there is no issue (might happen for very small PRs)with
internal