Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
getting-started [2021/05/10 20:03]
urbanl Update of getting started guide to support IdM 11
getting-started [2024/01/10 10:57] (current)
koulaj [Java]
Line 13: Line 13:
  
 ===== Requirements ===== ===== Requirements =====
-  * Java 11+ 
 +  * Java 11 (Java 21 for CzechIdM 13.1.0+)
   * Windows or Unix/Linux operating system or Mac OS   * Windows or Unix/Linux operating system or Mac OS
   * Web browser Firefox, Chrome, Edge   * Web browser Firefox, Chrome, Edge
   * Databases - MS-SQL or PostgreSQL   * Databases - MS-SQL or PostgreSQL
-  * Application servers - Apache Tomcat and JBOSS WildFly +  * Application servers - Apache Tomcat and JBOSS WildFly
  
  
Line 23: Line 24:
 [[faq:prerequisites_and_system_requirements|Here is recomended HW configuration]]. [[faq:prerequisites_and_system_requirements|Here is recomended HW configuration]].
 ==== Java ==== ==== Java ====
-  * [[https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html|Download]] and install a Java (11) SE Runtime Environment (JRE).+ 
 +  * [[https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html|Download]] and install a Java (11 (21 for CzechIdM 13.1.0+)) SE Runtime Environment (JRE).
   * Install steps depend on your system. Please follow [[https://docs.oracle.com/en/java/javase/11/install/installation-jdk-microsoft-windows-platforms.html|this guide]] to install Java. You can also use a full Java Development Kit (JDK).   * Install steps depend on your system. Please follow [[https://docs.oracle.com/en/java/javase/11/install/installation-jdk-microsoft-windows-platforms.html|this guide]] to install Java. You can also use a full Java Development Kit (JDK).
 +
 +
 ==== Tomcat ==== ==== Tomcat ====
   * [[https://mirror.dkm.cz/apache/tomcat/tomcat-9/v9.0.45/bin/apache-tomcat-9.0.45.zip|Download]] and unzip Tomcat (v.9.0.45) binary archive to newly created folder: "apache-tomcat-9.0.45". Copy to place in "Program Files"   * [[https://mirror.dkm.cz/apache/tomcat/tomcat-9/v9.0.45/bin/apache-tomcat-9.0.45.zip|Download]] and unzip Tomcat (v.9.0.45) binary archive to newly created folder: "apache-tomcat-9.0.45". Copy to place in "Program Files"
  • by urbanl