Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.04 KB

GOSS-Tutorial Instructions

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:

Steps:

  1. Open a Terminal (cmd) window and change the working directory to $ROOT

  2. Build GOSS-Tutorial

    • cd ../GOSS-Tutorial
    • gradlew install
    • mvn clean compile
  3. Start Karaf

    • ./start-karaf(linux) or start-karaf.bat(windows)
  4. Register GOSS Tutorial in Karaf

    • feature:install goss-tutorial-feature
  5. Open browser to http://localhost:8181/tutorial/index.html

  6. Click 'Start PMU Stream'

  7. Click 'Start Aggregator'