Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.02 KB

usage.md

File metadata and controls

20 lines (15 loc) · 1.02 KB

Idomaar Usage

Installation

Demo

Run idomaar-demo.sh to launch a demo computing environment, launch the orchestrator, and feed some sample data to the computing environment

Orchestrator usage

  • Bring up your computing environment.
  • Run idomaar.sh --help for parameters.

Accelerated startup

If you launch the orchestrator several times, it's much faster to vagrant ssh into the datastreammanager VM and run orchestrator_cli.py directly.

Note for Windows users

When checking out the Idomaar git repository, please make sure that your line-endings are in Unix format. The recommended way of doing this is to set Git's autocrlf to input (by running git config --global core.autocrlf input).