You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All you need before installing IDEasy is https://git-scm.com/download/[git].
21
22
23
+
** Windows
22
24
*** On Windows you need to *download and install* https://git-scm.com/download/win[git for windows].
23
-
24
-
*** You need a tool to extract `*.tar.gz` files (`tar` and `gzip`).
25
-
+
26
-
For example https://www.7-zip.org/[7-zip] or https://www.win-rar.com/[WinRar].
27
25
** Linux
28
-
*** On Linux you need to install `curl` and `git` if you don't have them already
29
-
+
30
-
[source,terminal, .text-center]
31
-
----
32
-
sudo apt-get install git curl
33
-
or
34
-
sudo yum install git-core curl
35
-
----
36
-
26
+
*** On Linux you only need to install https://git-scm.com/download/linux[git for linux].
37
27
** MacOS
38
28
*** On MacOS you only need to download and install https://git-scm.com/download/mac[git for mac].
39
29
40
30
=== Install
41
31
42
-
** Download the latest version of `devonfw-ide` from https://github.com/devonfw/IDEasy/releases[here] and extract it to a folder of your choice.
32
+
** Download the latest version of `IDEasy` from https://github.com/devonfw/IDEasy/releases[here] and execute it.
43
33
+
44
34
(You can find all Releases in https://repo.maven.apache.org/maven2/com/devonfw/tools/IDEasy/ide-cli/[Maven Central])
45
35
** Run the `setup` in this folder (On Windows you can double click on `setup.bat`)
46
36
+
47
-
A command prompt will open and the setup will start. The setup will ask for a settings URL. In case you do not have a settings URL for your project, you can just press enter to use the default settings.
37
+
A command prompt will open and the setup will start. The setup will ask for a settings URL.
38
+
In case you do not have a settings URL for your project, you can just press enter to use the default settings.
48
39
** After the setup is finished, you can close the command prompt and open a new one.
49
-
** *You are done! You can now use the `devon` command in your terminal to use the devonfw-ide.*
40
+
** *You are done! You can now use the `ide` command in your terminal to use the `IDEasy`.*
50
41
51
42
==== Video Tutorial
52
43
ifdef::env-github[]
@@ -63,23 +54,20 @@ See also our latest video https://vimeo.com/808368450/88d4af9d18[devon ide updat
*If you want to contribute to `devon-ide` please read our https://github.com/devonfw/ide/blob/master/documentation/devonfw-ide-contribution-getting-started.asciidoc[Contribution Guidelines].*
70
+
*If you want to contribute to `IDEasy` please read our https://github.com/devonfw/IDEasy/blob/main/documentation/IDEasy-contribution-getting-started.adoc[Contribution Guidelines].*
83
71
84
72
*We use https://github.com/devonfw/IDEasy/issues[GitHub Issues] to track bugs and submit feature requests.*
0 commit comments