This document provides a detailed explanation of the installation steps for Apinizer and MongoDB using Helm.

Attention

Apinizer requires a MongoDB database in order to operate. If MongoDB is not already installed on your system, you can first complete the installation by following the steps in the 'MongoDB Installation' section of this document, and then proceed with the Apinizer installation steps.

Helm Installation

curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
CODE

The installation steps are presented under two main sections:

  1. MongoDB Installation with Helm
  2. Apinizer Installation with Helm


Note: If you only want to install Apinizer and already have your own MongoDB instance, the relevant Apinizer Installation document provides an example of how to customize the setup accordingly.