Skip to content

Build Run Component

Giorgio edited this page Jan 14, 2016 · 6 revisions

Prerequisite

  • JDK 1.7 or highter
  • Maven 3.3 or highter
  • git

To Build Component

In main dir execute command:
$./build

To Run Component

$cd out

$chmod +x start only one time after build

$./start

To Stop Component

$chmod +x stop only one time after build

$./stop

Clone this wiki locally