Skip to content

Installing MongoDB


  1. Check the requirements for MongoDB.

  2. Install the unzip unpacking program:

    • RHEL:

      sudo yum --assumeyes install unzip
      
    • SLES:

      sudo zypper --non-interactive install unzip
      
  3. 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.

  4. Download the MongoDB - 3.6.17.54 - rpm folder. It is saved as MongoDB - 3.6.17.54 - rpm.zip.

  5. Extract MongoDB - 3.6.17.54 - rpm.zip:

    unzip "MongoDB - 3.6.17.54 - rpm.zip"
    
  6. Change to the MongoDB - 3.6.17.54 - rpm directory and start installing the contained packages:

    cd "MongoDB - 3.6.17.54 - rpm"
    
    sudo sh install.sh
    

Back to top