-
Notifications
You must be signed in to change notification settings - Fork 81
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.
- Checkout the project from github:
git clone https://github.com/FraunhoferIOSB/SensorThingsServer.git - Go to the project root (The top-most directory with a pom.xml)
cd SensorThingsServer - Init the submodules
git submodule init - Update the submodules
git submodule update - Give the command
mvn clean installThis should build the war file inSensorThingsServer/target/