Updated 1/14/2015
For the following instructions $ROOT will be ~/git in linux, %USERPROFILE%\git on windows. For the rest of the tutorial / will be used as the default path separator. This tutorial assumes that $ROOT exists. The [] brackets are used when a file extension is necessary for windows .bat files.
Requirement:
- Git (http://git-scm.com/download)
- Maven 3.0.5 (http://maven.apache.org/docs/3.0.5/release-notes.html)
- JDK 1.7 (http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)
Steps:
-
Open a Terminal (cmd) window and change the working directory to $ROOT
-
Build GOSS-Tutorial
- cd ../GOSS-Tutorial
- gradlew install
- mvn clean compile
-
Start Karaf
- ./start-karaf(linux) or start-karaf.bat(windows)
-
Register GOSS Tutorial in Karaf
- feature:install goss-tutorial-feature
-
Open browser to http://localhost:8181/tutorial/index.html
-
Click 'Start PMU Stream'
-
Click 'Start Aggregator'