Stasis

Installation

Install and set up Stasis CI Runner

CI Runner Installation

Prerequisites

  • Docker and Docker Compose
  • Rust 1.94+ (for local development)

Quick Start with Docker

1. Clone the Repository

git clone https://github.com/get-stasis/stasis-ci.git
cd stasis-ci

2. Configure Environment

cp .env.example .env
vim .env

3. Start Development Environment

make dev-up

4. View Logs

make dev-logs

Development Commands

CommandDescription
make dev-upStart development environment
make dev-downStop development environment
make dev-logsView CI runner logs
make dev-buildRebuild development container
make buildBuild locally
make testRun tests

Next Steps

On this page