Skip to content

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.

  1. Checkout the project from github: git clone https://github.com/FraunhoferIOSB/FROST-Server.git
  2. Go to the project root (The top-most directory with a pom.xml) cd FROST-Server
  3. Give the command mvn clean install This should build the war files in
    • FROST-Server.MQTTP/target/
    • FROST-Server.HTTP/target/
    • FROST-Server.MQTT/target/