Skip to content

Compiling

Michael Jacoby edited this page Jul 5, 2019 · 4 revisions

You need java JDK 8 and Maven to compile the SensorThingsServer. 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/SensorThingsServer.git
  2. Go to the project root (The top-most directory with a pom.xml) cd SensorThingsServer
  3. Init the submodules git submodule init
  4. Update the submodules git submodule update
  5. Give the command mvn clean install This should build the war file in SensorThingsServer/target/