Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| getting-started [2019/02/18 07:20] – [Requirements] cirkval | getting-started [2024/01/10 10:57] (current) – [Java] koulaj | ||
|---|---|---|---|
| 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 | + | If you want to use CzechIdM |
| </ | </ | ||
| ===== Requirements ===== | ===== Requirements ===== | ||
| - | | + | |
| + | | ||
| * Windows or Unix/Linux operating system or Mac OS | * Windows or Unix/Linux operating system or Mac OS | ||
| - | * Web browser Firefox, Chrome, | + | * Web browser Firefox, Chrome, |
| - | * Databases - MS-SQL | + | * Databases - MS-SQL |
| - | * Application servers - Apache Tomcat and JBOSS WildFly | + | * Application servers - Apache Tomcat and JBOSS WildFly |
| Line 23: | Line 24: | ||
| [[faq: | [[faq: | ||
| ==== Java ==== | ==== Java ==== | ||
| - | | + | |
| - | * Install steps depend on your system. Please follow [[https:// | + | |
| + | * Install steps depend on your system. Please follow [[https:// | ||
| + | |||
| ==== Tomcat ==== | ==== Tomcat ==== | ||
| - | * [[http://archive.apache.org/dist/ | + | * [[https://mirror.dkm.cz/apache/ |
| * 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 ==== | ||
| * [[http:// | * [[http:// | ||
| - | * Copy **idm.war** to folder **apache-tomcat-8.0.35/ | + | * Copy **idm.war** to folder **apache-tomcat-9.0.45/ |
| ===== Starting the application ===== | ===== Starting the application ===== | ||
| - | To start the application, | + | To start the application, |
| <note tip>For unix-like system you may need to set permissions to allow execution of these files: startup.sh, shutdown.sh, | <note tip>For unix-like system you may need to set permissions to allow execution of these files: startup.sh, shutdown.sh, | ||
| Line 43: | Line 47: | ||
| - | After its start, Tomcat will load the CzechIdM application. This process may take a while. You can check the progress in Tomcat' | + | After its start, Tomcat will load the CzechIdM application. This process may take a while. You can check the progress in Tomcat' |
| | | ||
| To log in, you can use this administrator account: | To log in, you can use this administrator account: | ||
| Line 52: | Line 56: | ||
| <note tip> | <note tip> | ||
| + | <note important> | ||
| ===== 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-9.0.45/bin/** and run this command: |
| **For unix like systems:** | **For unix like systems:** | ||