On Prem OpenLegacy Hub Enterprise Deployment

This section includes deployment requirements and instructions for OpenLegacy Hub Light and for OpenLegacy Hub Enterprise

Hub Light Server Recommendations:

To deploy the application on a dedicated server, we recommend the following as the minimum technical specifications:

Without Postgres:

  • CPU - 2 cores

  • RAM - 4GB

  • Disk Space - 4GB

Prerequisites

  • Hub Light Binaries

  • Java 17 or higher

  • Docker(In case you want to run with docker)

Note that since version 2.0.0 the generated APIs are using SpringBoot 3 this will require Java 17+ in order to build and run them

Hub Enterprise Server Recommendations:

To deploy the application on a dedicated server, we recommend the following as the minimum technical specifications:

Without Postgres:

  • CPU - 2 cores

  • RAM - 4GB

  • Disk Space - 8GB

With Postgres:

  • CPU - 2 cores

  • RAM - 8GB

  • Disk Space - 20GB

Prerequisites

  • Hub Enterprise Binaries

  • Postgres 11+ with module pg_trgm installed

  • Java 17 or higher

  • Docker

  • Docker-Compose CLI

  • Unzip

Note that since version 2.0.0 the generated APIs are using SpringBoot 3 this will require Java 17+ in order to build and run them

Deployment Steps