Difference between revisions of "Remote Experiment Controller"

From wwwelab
Jump to navigation Jump to search
(Created page with "Steps to build and run ReC Local Environment: # TODO Steps Steps to build and deploy ReC at target environments: # TODO Steps Steps to connect to IST environment: # TODO...")
 
Line 1: Line 1:
 
Steps to build and run ReC Local Environment:
 
Steps to build and run ReC Local Environment:
  
# TODO Steps
+
To test locally, edit build_pendulum.properties:
 +
 
 +
pendulum.experiment.list=wpchangeme
 +
 
 +
pendulum.multicast.controller.host=yourhost
 +
 
 +
Other important properties:
 +
 
 +
pendulum.multicast.controller.port=9001 # CORBA port
 +
 
 +
pendulum.rec.multicastcontroller.jmxremote.port=25001 # JMX Port
 +
 
 +
install.dir=/home/elab # Base directory for the multicast controller installation
 +
 
 +
deployment.subdir=/rec-deployment # Deployment directory for the multicast controller installation
 +
 
 +
Build the project:
 +
 
 +
$ mvn clean package -Dmaven.test.skip=true -Djarsigner.alias="REC" -Dbuild.environment=pendulum
 +
 
  
 
Steps to build and deploy ReC at target environments:
 
Steps to build and deploy ReC at target environments:

Revision as of 19:51, 9 April 2021

Steps to build and run ReC Local Environment:

To test locally, edit build_pendulum.properties:

pendulum.experiment.list=wpchangeme

pendulum.multicast.controller.host=yourhost

Other important properties:

pendulum.multicast.controller.port=9001 # CORBA port

pendulum.rec.multicastcontroller.jmxremote.port=25001 # JMX Port

install.dir=/home/elab # Base directory for the multicast controller installation

deployment.subdir=/rec-deployment # Deployment directory for the multicast controller installation

Build the project:

$ mvn clean package -Dmaven.test.skip=true -Djarsigner.alias="REC" -Dbuild.environment=pendulum


Steps to build and deploy ReC at target environments:

  1. TODO Steps

Steps to connect to IST environment:

  1. TODO Steps