Skip to content

Quick Starte Guide

Antonin Abherve edited this page Mar 20, 2017 · 6 revisions

Build Application

> mkdir ./measure-agent
> cd ./measure-agent
> git clone https://github.com/aabherve/measure-agent.git
> mvn package

Configura Application

An property file

Property Description
measure.repository.path Path of local directory containing measures
measure.server.adress Ip of MeasurePlatform Server
measure.callback.adress Ip of current computer
measure.agent.name Name of the Agent
server.port Port of the web Server

Example :

measure.repository.path=/home/measure/storage
measure.server.adress=xxx.xxx.xxx.xxx/measure
measure.callback.adress= ip.of.current.computer measure.agent.name= MyAgent
server.port=80

Deploye Measure

Execute Application

Clone this wiki locally