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
Copy file name to clipboardExpand all lines: docs/topics/installing-cli-tool.adoc
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,45 @@ You can install the {CLINameTitle} on Linux, Windows, or macOS operating systems
11
11
12
12
[IMPORTANT]
13
13
====
14
-
Starting from {ProductShortName} 7.2.0, you can run the application analysis for Java applications in the containerless mode.
14
+
Starting from {ProductShortName} 7.2.0, you can run the application analysis for Java applications in the containerless mode.
15
15
16
16
The containerless mode is set by default and is used automatically if all requirements are met. For more information, see xref:running-the-containerless-mta-cli_cli-guide[Running the containerless CLI].
17
17
18
18
However, if you want to analyze applications in languages other than Java or, for example, use xref:mta-cli-transform_cli-guide[transformation commands], you still need to use containers.
19
19
====
20
20
21
-
.Prerequisites
21
+
.Prerequisites for containerized CLI
22
+
23
+
The following are the prerequisites for the {ProductFullName} CLI installation (container):
22
24
23
25
* Red Hat Container Registry Authentication for `registry.redhat.io`. Red Hat distributes container images from `registry.redhat.io`, which requires authentication. For more details, see link:https://access.redhat.com/RegistryAuthentication[Red Hat Container Registry Authentication].
24
26
27
+
* link:https://podman.io/[Podman] must be installed.
28
+
29
+
* 8 GB of RAM is required for the {ProductShortName} {CLIName}.
30
+
31
+
.Prerequisites for containerless CLI
32
+
33
+
The following are the prerequisites if you want to to run {ProductShortName} {CLIName} as in xref:running-the-containerless-mta-cli_cli-guide[containerless CLI] mode:
34
+
35
+
* Java Development Kit (JDK) is installed.
36
+
+
37
+
{ProductShortName} supports the following JDKs:
38
+
39
+
** Oracle JDK 17 or later
40
+
** Eclipse Temurin™ JDK 17 or later
41
+
** OpenJDK 17 or later
42
+
+
43
+
If you install OpenJDK on {op-system-base-full} or Fedora, the JDK requires a compiler provided by the `devel` package to also be installed, as having only the Java Runtime (JRE) installed causes issues during analysis. For more information about installing Red Hat build of OpenJDK 17 on {op-system-base-full}, see link:https://docs.redhat.com/en/documentation/red_hat_build_of_openjdk/17/html-single/installing_and_using_red_hat_build_of_openjdk_17_on_rhel/index#installing-jre-on-rhel-using-archive_openjdk[Installing Red Hat build of OpenJDK on RHEL by using yum].
44
+
45
+
* You must set the `JAVA_HOME` and the `PATH` environment variables.
46
+
47
+
* Maven 3.9.9 installed, and the bin directory is added to the `PATH` environment variable. Setting the path and environment variables depends on the operating system you are using. For more information about installing Maven, see link:https://maven.apache.org/install.html[Apache Maven installation].
48
+
49
+
* macOS installation requires:
50
+
51
+
** The value of `maxproc` must be `2048` or greater.
0 commit comments