Getting Started

Get your incident management platform operational in minutes with our step-by-step guides.

Quick Path to Production

  1. Installation - Deploy using Docker Compose (5 minutes)
  2. Quick Start - Basic configuration and setup
  3. First Incident - Create and manage your first incident

Choose Your Deployment Method

Perfect for evaluation and small teams. Single-command deployment with all dependencies included.

Scalable, highly-available deployment suitable for enterprise environments.

From Source

For development, customization, or environments without container support.

What You’ll Learn

By the end of this section, you’ll have:

  • ✅ A running incident management platform
  • ✅ Basic understanding of the web interface
  • ✅ Experience creating and managing incidents
  • ✅ Knowledge of CLI commands for automation
  • ✅ Foundation for ITSM integration setup

Prerequisites

System Requirements

  • Memory: 2GB RAM minimum, 4GB recommended
  • CPU: 2 cores minimum, 4 cores recommended
  • Storage: 10GB available space
  • Network: HTTPS access for ITSM integrations

Dependencies (Docker deployment)

  • Docker 20.10+ and Docker Compose v2
  • Available ports: 8080 (API), 3000 (Web UI)

Dependencies (Kubernetes deployment)

  • Kubernetes 1.21+
  • Helm 3.5+
  • Ingress controller (nginx, traefik, etc.)
  • Persistent storage provider

Next Steps

Once you complete this section:

  1. Explore the Architecture to understand the platform design
  2. Set up Integrations with your existing tools
  3. Review Security configuration for production deployment