Installing MongoDB¶
-
Check the requirements for MongoDB.
-
Install the
unzipunpacking program:-
RHEL:
sudo yum --assumeyes install unzip -
SLES:
sudo zypper --non-interactive install unzip
-
-
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.
-
Download the MongoDB - 3.6.17.54 - rpm folder. It is saved as
MongoDB - 3.6.17.54 - rpm.zip. -
Extract
MongoDB - 3.6.17.54 - rpm.zip:unzip "MongoDB - 3.6.17.54 - rpm.zip" -
Change to the
MongoDB - 3.6.17.54 - rpmdirectory and start installing the contained packages:cd "MongoDB - 3.6.17.54 - rpm"sudo sh install.sh