Get your incident management platform operational in minutes with our step-by-step guides.
Quick Path to Production
- Installation - Deploy using Docker Compose (5 minutes)
- Quick Start - Basic configuration and setup
- First Incident - Create and manage your first incident
Choose Your Deployment Method
Docker (Recommended for testing)
Perfect for evaluation and small teams. Single-command deployment with all dependencies included.
Kubernetes (Recommended for production)
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:
- Explore the Architecture to understand the platform design
- Set up Integrations with your existing tools
- Review Security configuration for production deployment