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

First Steps

Antonin Abherve edited this page Sep 15, 2017 · 13 revisions

Connection Using the default User Account

At deployment, the Measure Platform is created with 2 default accounts:

  1. Administrator account
  • Right Type : Platform Administrator
  • Login : admin
  • Password : admin
  1. User account
  • Right Type : Platform User
  • Login : user
  • Password : user

You should change the password of this account as soon as possible after platform deployment. For more information related to the User Account management, please refer to the related section in MeasurePlatform documentation.

Deploy a Measure

In Measure > Measure Catalogue menu:

  1. Open the Measure Catalogue page
  2. Click on the Measure deployment button
  3. Select the Measure to upload. You can for example use the RandomGenerator toy measure available at this url: https://github.com/ITEA3-Measure/Measures/blob/master/_Examples/RandomGenerator/RandomGenerator.zip
  4. Upload the Measure.

uploadmeasure1.png

The measure **RandomGenerator ** has bean uploaded on the platform.

uploadmeasure2.png

Create a New Project

To create a new project:

  1. Go to the Project Catalogue page.
  2. Click on the Create Project button.
  3. Fill the Project name field.
  4. Create the project.

createproject1.png

The Project has bean created:

createproject2.png

Create a Measure Instance

To start to collect measurements related to the project, it is now required to instantiate and configure the uploaded measure.

On Measure > Measure Instances page:

  1. Go to the Measure Instance page
  2. Select your project.
  3. Click on Measure Instance Creation button
  4. Select the measure to instantiate
  5. File the Instance Name field
  6. Define Measure parameters
  7. Configure the automated scheduling of the measure interval of time between 2 execution of the measure (in miliseconds)
  8. Create the Measure Instance.

createinstance1.png

The instance has bean created :

createinstance2.png

Test the Measure

You can now test the execution of the measure:

  1. Go to the Measure Instance page.
  2. Select the Test Measure button.
  3. See the Test result.

testmeasure1.png

If the test is a success, you can now schedule the measure execution:

Schedule the Measure

  1. Go to the Measure Instance page.
  2. The schedule execution delay has to be parameterized on the measure instance. If this not already done, edit the measure instance to fill this parameter.
  3. Activate the scheduling.

measurescheduling1.png

Once activated, the measure collection process can be monitored from the Platform > Measure Collect page.

measurescheduling2.png

Visualize the Measure

  1. Go to project catalogue page and select your project.
  2. Edit the page layout
  3. Create a new Measure visualization
  4. Select the measure to visualize
  5. Select the type of Graph
  6. Select the interval of time of the graph
  7. Select the size of the visualization
  8. Create the visualization.

measurevisualisation1.png

The visualisation is created:

measurevisualisation2.png

Clone this wiki locally