By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.

Using MongoDB for Digital Shadow / Track & Trace in the United Manufacturing Hub

How to install MongoDB inside the UMH cluster

Easily install MongoDB using Helm on your Terminal or UMHLens. Check for Bitnami in the repo list, add if necessary, and install MongoDB in United Manufacturing Hub.

  1. Open a Terminal or alternatively open the Terminal in UMHLens.
  2. Type helm repo list to check if bitnami is already in the list.
    helmRepoListBitnami
  3. If bitnami is not in the list: helm repo add bitnami <https://charts.bitnami.com/bitnami>
  4. Next install mongodb with: helm install mongodb bitnami/mongodb -n united-manufacturing-hub