Development Snapshot
This guide provides instruction for installing midPoint development snapshot. It is the very bleeding edge of midPoint development. We try really hard to have continuous iterative and incremental development and we pay great care not to break anything and have all the tests passing. However, unexpected things happen. Parts of the development snapshot may behave in a strange fashion, there may be unfinished things and things may be broken here. You are going into uncharted territory. There be dragons. You have been warned.
Prerequisites
MidPoint is a Java application therefore it requires Java platform to run on. Recommended platform to run MidPoint OpenJDK 11 wich might be already installed on your system. JDK 8 may be used with midPoint 4.0.x, but it is a deprecated platform. JDK 11 is strongly recommended.
JAVA_HOME
environment variable should point to the Java installation path.
Download MidPoint
Download midPoint distribution from the latest build from: https://evolveum.com/download/master/
Start MidPoint
All that remains is to start midPoint server up:
bin/start.sh
bin\start.bat
Try MidPoint
Log in to the midPoint administration console using the following URL:
http://localhost:8080/midpoint/
Username | administrator |
---|---|
Password | 5ecr3t |
A home page of the midPoint console should be displayed.
If there is a problem, please check midPoint logs in var/log/
directory.
See Also