Skip to content

Installing MongoDB


  1. Check the requirements for MongoDB.

  2. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  3. Download the MongoDB - 3.6.17.54 - msi folder. It is saved as MongoDB - 3.6.17.54 - msi.zip.

  4. Extract MongoDB - 3.6.17.54 - msi.zip.

  5. In a PowerShell (Administrator), change to the MongoDB - 3.6.17.54 - msi directory and start installing the packages:

    Set-ExecutionPolicy Bypass -Scope Process -Force; .\install.ps1
    

Back to top