Skip to content

Install SicsthSense

LiamMcNamara edited this page Oct 22, 2013 · 9 revisions

Download the code: git clone https://github.com/sics-iot/sicsthsense.git

In the downloaded sicsthense directory, use maven to build it:

mvn package

Run the packaged .jar file:

runJar.sh or java -jar target/engine-*-SNAPSHOT.jar server 6sense.yml

Now you have the SicsthSense up and running!

Clone this wiki locally