Skip to content

Latest commit

 

History

History
86 lines (69 loc) · 1.98 KB

File metadata and controls

86 lines (69 loc) · 1.98 KB
title Quickstart
description Get up and running with Osmedeus in 5 minutes
icon rocket

Step 1: Install the latest version of Osmedeus

```bash curl -fsSL https://www.osmedeus.org/install.sh | bash ``` ```bash brew install osmedeus/tap/osmedeus ``` ```bash curl -fsSL https://www.osmedeus.org/nightly-install.sh | bash ``` ```bash git clone https://github.com/osmedeus/osmedeus.git cd osmedeus make build ``` Osmedeus only supports Linux and macOS natively. Windows users please use WSL or See [Docker Setup here](/getting-started/docker-setup)

Step 2: Install the default workflows

```bash osmedeus install base --preset ``` ```bash osmedeus install workflow https://github.com/osmedeus/osmedeus-workflow.git ```

Step 3: Validate the installation

osmedeus health

Check out the FAQs and Common Errors if you encounter any issues during the installation.

Step 4: Run your first workflow

osmedeus run -m subdomain -t example.com

CLI Run preview

Web UI Assets preview