-
Notifications
You must be signed in to change notification settings - Fork 48
#1547: Added new documentation for installing IDEasy on Ubuntu in WSL #1650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hkosim
wants to merge
9
commits into
devonfw:main
Choose a base branch
from
hkosim:1547-documentation-install-ideasy-ubuntu-wsl
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d1b7776
#1547: Added new documentation for installing IDEasy on Ubuntu in WSL.
hkosim fa1c362
#1547: Added revisions and screenshots to make the documentation clea…
hkosim 3b91edf
Merge branch 'main' into 1547-documentation-install-ideasy-ubuntu-wsl
hohwille b4f5732
#1547: Fixed broken images and some reformatting issues.
hkosim fd8d4b1
#1547: Refactored the documentations about forking the repository.
hkosim 691296c
#1547: Added some additional informations about wget screenshot.
hkosim 35d9ad2
Merge branch 'main' into 1547-documentation-install-ideasy-ubuntu-wsl
hohwille 0b14777
Update documentation/IDEasy-contribution-getting-started.adoc
hohwille f0f0b49
Merge branch 'main' into 1547-documentation-install-ideasy-ubuntu-wsl
hohwille File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,101 @@ | ||
| :toc: macro | ||
| toc::[] | ||
| :idprefix: | ||
| :idseparator: - | ||
|
|
||
| = IDEasy Installation on Ubuntu in WSL2 (Windows Subsystem for Linux) | ||
|
|
||
| == Preparation | ||
|
|
||
| === Install WSL | ||
|
|
||
| WSL for Windows can be installed through the Windows terminal (PowerShell, Git Bash, or CMD) using the following command: | ||
|
|
||
| ---- | ||
| wsl --install | ||
| ---- | ||
|
|
||
| For more details, refer to: https://learn.microsoft.com/en-us/windows/wsl/install[WSL Installation (Microsoft Documentation)] | ||
|
|
||
| === Install Ubuntu from Microsoft Store | ||
|
|
||
| Download Ubuntu from the Microsoft Store: | ||
| https://apps.microsoft.com/detail/9PDXGNCFSCZV?hl=en-us&gl=DE&ocid=pdpshare[Microsoft Store] | ||
|
|
||
| == IDEasy Setup via Ubuntu Terminal | ||
|
|
||
| === Prerequisite | ||
|
|
||
| Ensure `Git` is installed on your system. | ||
| Check by opening Ubuntu via Windows Terminal or directly from the Windows Start menu and running: | ||
|
|
||
| ``` | ||
| git --version | ||
| ``` | ||
|
|
||
| If `Git` is not installed, use the following command to install `git`: | ||
|
|
||
| ``` | ||
| sudo apt install git | ||
| ``` | ||
|
|
||
| === Download and Setup IDEasy | ||
|
|
||
| Refer to the detailed setup guide: link:setup.adoc[Setup Instructions]. | ||
|
|
||
| *Tip:* It is recommended to install and use Windows Terminal to manage multiple terminal instances. | ||
| First, open Ubuntu using Windows Terminal or directly from the Windows Start menu. | ||
|
|
||
| .Opening Ubuntu from Windows Start Menu | ||
| image::images/wsl_guide/WindowsSearch.png[WindowsSearch] | ||
|
|
||
| You should now be able to access the Ubuntu terminal on your system. | ||
|
|
||
| .Ubuntu Terminal | ||
| image::images/wsl_guide/UbuntuTerminal.png[UbuntuTerminal] | ||
|
|
||
| Next, open Ubuntu To install IDEasy via the opened terminal: | ||
|
|
||
| 1. Copy the Maven link for the *latest* IDEasy release for Linux. | ||
| 2. Download the file using `wget`: | ||
|
|
||
| ``` | ||
| wget «link-to-repo» | ||
hkosim marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ``` | ||
|
|
||
| Verify the download with the `ls` command; the file should appear if downloaded correctly. | ||
|
|
||
| ``` | ||
| ls | ||
| ``` | ||
|
|
||
| .Download and verify files with wget and ls (with an example of link:https://github.com/devonfw/IDEasy/releases/tag/release%2F2025.11.001[2025.11.00 release]) | ||
| image::images/wsl_guide/wget.png["wget"] | ||
|
|
||
| Create a new directory `IDEasy` and extract the downloaded file: | ||
|
|
||
| ``` | ||
| mkdir IDEasy | ||
| tar xzf «downloaded-file-name» -C IDEasy | ||
| ``` | ||
|
|
||
| This extracts the contents into the IDEasy folder. | ||
| Run the setup script inside the IDEasy folder: | ||
|
|
||
| ``` | ||
| ./IDEasy/setup | ||
| ``` | ||
|
|
||
| Follow the instructions in the terminal. | ||
| After installation, reboot the system: | ||
|
|
||
| ``` | ||
| sudo reboot | ||
| ``` | ||
|
|
||
| IDEasy is now installed on your Ubuntu system. | ||
| A new directory called `projects` will be automatically created. | ||
|
|
||
| == IDEasy Installation for Developers | ||
|
|
||
| To set up the development environment, simply follow the guide at link:IDEasy-contribution-getting-started.adoc#installation[Getting started as developer contributing to IDEasy]. | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Uh oh!
There was an error while loading. Please reload this page.