Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 849 Bytes

File metadata and controls

15 lines (10 loc) · 849 Bytes

Installation

Before you begin, ensure you have the following prerequisites installed:

  • Docker: For building service images.
  • OpenTofu (or Terraform): For infrastructure management (Sailr aims to support both).

The easiest way to install Sailr on Linux and macOS is by using our install.sh script. This script will download the latest Sailr binary, install it to $HOME/bin (by default), and can help you install dependencies.

curl -sfL https://raw.githubusercontent.com/Adriftdev/sailr/main/install.sh | sh -s -- -b $HOME/bin

For more detailed instructions, including manual installation steps, platform-specific guidance, and dependency setup, please see our Full Installation Guide.

Part 2: Docusaurus Installation Page (docs/docs/getting-started/installation.md)