Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

Quick Starte Guide

Antonin Abherve edited this page Apr 28, 2017 · 5 revisions

Build Application

> mkdir ./measure-agent
> cd ./measure-agent
> git clone https://github.com/ITEA3-Measure/MeasureAgent.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.agent.name Name of the Agent

Example :

measure.repository.path=/home/measure/storage
measure.server.adress=xxx.xxx.xxx.xxx/measure
measure.agent.name= MyAgent

Deploye Measure

Execute Application

Clone this wiki locally