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
Next revision Both sides next revision
getting-started [2019/02/18 07:16]
cirkval [Requirements]
getting-started [2021/02/24 22:49]
poulm [Getting Started]
Line 9: Line 9:
 Note that it relies on bundled in-memory database H2. After you stop the application server, you will lose all its data. Note that it relies on bundled in-memory database H2. After you stop the application server, you will lose all its data.
  
-If you want to use CzechIdM with standard database see full-blown [[tutorial:adm:server_preparation| server preparation guide]] and [[tutorial:adm:czechidm_installation|installation tutorial]].+If you want to use CzechIdM in production environment see full-blown [[tutorial:adm:server_preparation| server preparation guide]] and [[tutorial:adm:czechidm_installation|installation tutorial]].
 </note> </note>
  
Line 15: Line 15:
   * Java 1.8, patchset at least 101   * Java 1.8, patchset at least 101
   * Windows or Unix/Linux operating system or Mac OS   * Windows or Unix/Linux operating system or Mac OS
-  * Web browser+  * Web browser Firefox, Chrome, IE 
 +  * Databases - MS-SQL or PostgreSQL 
 +  * Application servers - Apache Tomcat and JBOSS WildFly 
  
  
Line 24: Line 26:
   * Install steps depend on your system. Please follow [[https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.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/javase/8/docs/technotes/guides/install/install_overview.html|this guide]] to install Java. You can also use a full Java Development Kit (JDK).
 ==== Tomcat ==== ==== Tomcat ====
-  * [[http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.35/bin/apache-tomcat-8.0.35.zip|Download]] and unzip Tomcat (v.8.0.35) binary archive to newly created folder: "apache-tomcat-8.0.35".+  * [[http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.35/bin/apache-tomcat-8.0.35.zip|Download]] and unzip Tomcat (v.8.0.35) binary archive to newly created folder: "apache-tomcat-8.0.35"Copy to place in "Program Files"
   * For advanced Tomcat setup, you can follow instructions in file **RUNNING.txt** in the downloaded tomcat archive.   * For advanced Tomcat setup, you can follow instructions in file **RUNNING.txt** in the downloaded tomcat archive.
 ==== CzechIdM ==== ==== CzechIdM ====
Line 50: Line 52:
  
 <note tip>After the CzechIdM has started, you can follow [[tutorial:adm:basic_operations| basic steps tutorial]] or more generally read our product [[devel:documentation:start|documentation]] which will show you how to actually use the identity manager.</note> <note tip>After the CzechIdM has started, you can follow [[tutorial:adm:basic_operations| basic steps tutorial]] or more generally read our product [[devel:documentation:start|documentation]] which will show you how to actually use the identity manager.</note>
 +<note important>IdM is running with temporary DB - H2. It is sufficient for quick look around in IdM, but when IdM reboots, data is lost. If you want to keep data, you can swich to [[tutorial:adm:czechidm_installation_quick_demo_postgresql|PostgreSQL]].</note>
 ===== Stopping the application ===== ===== Stopping the application =====
 To stop the application go to folder **apache-tomcat-8.0.35/bin/** and run this command: To stop the application go to folder **apache-tomcat-8.0.35/bin/** and run this command:
  • by koulaj