How to install Mongo DB?

Опубликовано: 16 Октябрь 2024
на канале: Blismos Academy
60
2

Learn how to install MongoDB on Ubuntu with this step-by-step guide. This comprehensive video will guide you through the MongoDB installation process on your Ubuntu operating system. MongoDB is a popular NoSQL database that offers high performance, scalability, and flexibility for managing your data. Update your system, import the MongoDB GPG key, add the MongoDB repository, and install MongoDB. Start working with this powerful NoSQL database on your Ubuntu machine. Watch now and get started with MongoDB!

How to install Ubuntu operating system on Virtual box
   • How to install Ubuntu operating syste...  

Commands for MongoDB :
1:05 - Update - sudo apt update

1:32 - sudo apt install wget curl gnupg2 software-properties-common apt-transport-https ca-certificates lsb-release

1:48 - Public Key - curl -fsSL https://www.mongodb.org/static/pgp/se...|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/mongodb-6.gpg

2:11 - echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list

2:34 - sudo apt update

2:44 - sudo apt install mongodb-org

3:13 - sudo systemctl enable --now mongod

3:30 - sudo systemctl status mongod

3.49 - mongod --version

4:05 - mongosh

Do not miss our Bestseller Courses:
https://www.blismosacademy.com/

Please contact us for any further queries.
[email protected]

If you have any questions about Installation?
Ask us in the comment section below.

#installation #mongodb #Ubuntu #open-source #platform #dataengineer #developer #datascientist #bigdatatutorial #bigdatatraining #html #css #javascript #nodjs #programming #mysql #java #webdeveloper #webdevelopment #nosql #coding