Skip to content
lukemartinlogan edited this page May 20, 2023 · 11 revisions

Jarvis-cd is a unified platform for deploying various applications, including storage systems and benchmarks. Many applications have complex configuration spaces and are difficult to deploy across different machines.

Dependencies

Jarvis-CD depends on jarvis-util. jarvis-util contains functions to execute binaries in python and collect their output.

Installation

cd /path/to/jarvis-cd
python3 -m pip install -r requirements.txt
python3 -m pip install -e .

Jarvis Pipeline

Example

Clone this wiki locally