forked from Evolveum/midpoint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
55 lines (32 loc) · 1.44 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
INSTALLING MIDPOINT FROM SOURCE CODE (Development Snapshot)
-----------------------------------------------------------
This file contains quick install guide. For Full commented installation manual go to:
https://wiki.evolveum.com/display/midPoint/midPoint+Development+Snapshot
1. Pre-requisities:
1. Java (JDK) 8
2. Apache Maven 3
3. Apache Tomcat 8.x (or another supported web container)
4. midPoint source code retrieved via Git or alternative mechanism
2. Compile sources
2.1 Building sources with tests
Execute the following maven command:
mvn install
Note: building midPoint with the tests takes considerably long time (approx. 1 hour)
2.2 Building sources without tests
mvn install -DskipTests=true
2.3 Compiled war file
After the build is complete the distribution archives are available in:
dist/target/
The war file is also located in the following place:
gui/admin-gui/target/midpoint.war
2.4 Deploy war file
Please deploy it to your Tomcat application server (copying midpoint.war to
<tomcat>/webapps should do the trick) or to other supported web container.
2.5 Access the GUI
MidPoint web GUI should be accessible few moments after the web container
starts and the application initialization is done. It is accessible on following
URL by default:
http://<hostname>:<port>/midpoint
where <hostname> and <port> are the hostname and port number of the web container.
Login: administrator
Password 5ecr3t