Skip to main content

Installation Methods Overview

OpenLift can be installed using a variety of methods, depending on your infrastructure and preferred deployment style. This document provides a brief overview of each supported installation method.


Docker is the easiest and most straightforward method for installing OpenLift. It allows you to package the application and all its dependencies into a container, ensuring that it runs consistently across different environments.

✅ Why Docker?​

  • Simple deployment process.
  • Easy to manage and scale.
  • Minimal configuration required.

📌 Summary:​

  • Suitable for development and production.
  • Easy to update using docker compose pull and docker compose up -d.

👉 See the Docker Installation Guide for details.

✅ Next Steps​

Choose the installation method that best fits your needs and follow the corresponding guide to get OpenLift up and running!