Windows (IIS)
Traditional deployment on Windows Server with IIS. Best for organizations already running Windows infrastructure.
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.
Linux
Deploy on Linux with systemd services and Nginx reverse proxy.
Docker Lite
Single-container deployment with SQLite. Perfect for evaluation and small teams.
Docker Full
Multi-container deployment with SQL Server, Redis, and MinIO. Recommended for production.
Docker Cluster
Multi-node deployment with load balancing. For high availability and large organizations.
All deployment methods require:
The fastest way to get RAMP running is Docker Lite:
docker run -d -p 5000:5000 kenaro.azurecr.io/ramp:latestThen open http://localhost:5000 in your browser.