Skip to content

Getting Started

Welcome to Ralph Orchestrator! This section will help you get up and running quickly.

What You'll Learn

  1. Installation — Install Ralph and its prerequisites
  2. Quick Start — Run your first Ralph orchestration
  3. Your First Task — Create and configure a real task

Prerequisites

Before you begin, ensure you have:

Quick Installation

npm install -g @ralph-orchestrator/ralph-cli
curl --proto '=https' --tlsv1.2 -LsSf \
  https://github.com/mikeyobrien/ralph-orchestrator/releases/latest/download/ralph-cli-installer.sh | sh
cargo install ralph-cli

Verify Installation

ralph --version
ralph --help

Next Steps

Once installed, head to the Quick Start guide to run your first orchestration.