bin/start.sh
Installing MidPoint 3.8 "Watt" From Binary Distribution
Introduction
This page describes the steps required to install midPoint from a binary distribution. MidPoint is a Java web application distributed in a form of a stand-alone self-contained server. All that is essentially needed is to unpack the distribution archive and run the server.
This document describes the generic case suitable for trying out midPoint. For more complex installation scenarios please see Installation Guide.
Release Notes
Before you start the installation please make sure to see Release Notes, for list of environments that are known to work and for the list of known issues in current release.
|
Prerequisites
MidPoint is a Java application, therefore it requires Java platform to run on. Java 8 is a required platform for MidPoint 3.8. Java platform distributions based on OpenJDK are recommended. Other JDK builds (e.g. Oracle) may work as well, but those have limited support for midPoint (see release notes for the details).
JAVA_HOME
environment variable should point to the Java installation path.
Download
Download the midPoint binary release according to the following table:
MidPoint 3.8 Binary Distribution |
https://evolveum.com/downloads/midpoint/3.8/midpoint-3.8-dist.zip |
Unpack the archive file to a convenient location. Following instructions will refer to the relative paths inside this archive.
Start MidPoint
All that remains is to start midPoint server up:
bin\start.bat
Try MidPoint
Log in to the midPoint administration console using the following URL:
Username |
|
---|---|
Password |
|
User dashboard should be displayed after login. In case of any problems, please check midPoint logs in var/log/
directory.
What To Do Next?
For a quick introduction to use of midPoint please follow the Quick Start Guide or read through the midPoint book to get familiar with midPoint.
The Stand-Alone Deployment page describes layout of the installation directory.