An overview of CzechIdM, how to download it, setup and use in a presentation environment.
If you want to use CzechIdM with standard database see full-blown server preparation guide and installation tutorial.
To start the application, go to folder apache-tomcat-8.0.35/bin/ and run this command:
For unix-like systems:
./startup.sh
For windows systems:
startup.bat
After its start, Tomcat will load the CzechIdM application. This process may take a while. You can check the progress in Tomcat's logfile: apache-tomcat-8.0.35/logs/catalina.out. After the application finishes loading, you can access it with a web browser on this URL:
http://localhost:8080/idm/
To log in, you can use this administrator account:
Username: admin Password: admin
To stop the application go to folder apache-tomcat-8.0.35/bin/ and run this command:
For unix like systems:
./shutdown.sh
For windows systems:
shutdown.bat
To get a quick glance onto the CzechIdM's user interface and its workings, you can also access a live demo with the last nightly build.
If you want to develop CzechIdM, the best way is to follow tutorial Creating a development environment or for a quick glance Quick start with devstack
If you need some other information, you can use this form to contact us.
For complete listing of contact options, pricing and such, please see the support wiki page.