-
Notifications
You must be signed in to change notification settings - Fork 74
Compiling
Hylke van der Schaaf edited this page Apr 17, 2020
·
4 revisions
You need java JDK 11 or later and Maven 3 or later to compile the FROST-Server. For the tests to successfully execute you also need docker >= 1.6.0 to be installed and running.
- Checkout the project from github:
git clone https://github.com/FraunhoferIOSB/FROST-Server.git
- Go to the project root (The top-most directory with a pom.xml)
cd FROST-Server
- Give the command
mvn clean install
This should build the war files inFROST-Server.MQTTP/target/
FROST-Server.HTTP/target/
FROST-Server.MQTT/target/