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 sicsthsense directory, use maven to build it:

mvn package

There must be an SQL server running locally, we recommend MySQL, the database initialisation can be easily performed by applying the buildDB.sql file: cat buildDB.sql | mysql -u root -p.

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