Skip to content

Getting Started

RAMP can be deployed on Windows (IIS), Linux, or Docker. Choose the deployment method that best fits your infrastructure.

Windows (IIS)

Traditional deployment on Windows Server with IIS. Best for organizations already running Windows infrastructure.

Windows setup →

Linux

Deploy on Linux with systemd services and Nginx reverse proxy.

Linux setup →

Docker Lite

Single-container deployment with SQLite. Perfect for evaluation and small teams.

Docker Lite →

Docker Full

Multi-container deployment with SQL Server, Redis, and MinIO. Recommended for production.

Docker Full →

Docker Cluster

Multi-node deployment with load balancing. For high availability and large organizations.

Docker Cluster →

All deployment methods require:

  • Database: SQL Server 2019+ or SQLite (for evaluation/small teams)
  • Runtime: .NET 9.0 Runtime
  • Browser: Modern browser (Chrome, Edge, Firefox, Safari)

The fastest way to get RAMP running is Docker Lite:

Terminal window
docker run -d -p 5000:5000 kenaro.azurecr.io/ramp:latest

Then open http://localhost:5000 in your browser.