OpenIDM Vagrant box including Oracle/Java 7
git clone https://github.com/zalando/openidm-vagrant.git
vagrant up
Your are now done. The Vagrant files specifies the virtual interface for 192.168.33.12
please change this as you see fit. In case you didn't change anything you simply Visit the UI here:
https://192.168.33.12:8443/openidmui/index.html#login/
The default username/password is: openidm-admin/openidm-admin. However it will prompt you to change it on inital login.
Full docu of OpenIDM here: http://docs.forgerock.org/en/openidm/3.1.0/install-guide/index.html
OpenIDM Start
Sometimes the bootstrap script does not like to recognize the inserted crontab. Should this be the case just do a sudo /opt/openidm/startup.sh
to start OpenIDM from within vagrant.
Or you uncomment the cron insertion in the bootstrap file and do a vagrant destroy
and vagrant up
.