Город МОСКОВСКИЙ
00:06:55

How To Install MongoDB on Ubuntu - Linux , AlmaLinux

Аватар
База данных: Работа с большими объемами данных
Просмотры:
21
Дата загрузки:
12.12.2023 17:25
Длительность:
00:06:55
Категория:
Лайфхаки

Описание

In this tutorial, we will learn about how to install mongodb on ubuntu , linux, alma linux.here we explain the step by step method by which you can install mongodb very quickly.

Points That we Cover:-
Introduction To MongoDb Installation
MongoDb Installation Requirements
Installing MongoDB on Linux
Installing MongoDB on Ubuntu
Verifying The Installation
Debugging The Common Issues

If you are building an application then installing mongodb is a crucial part. Here we explain installation on ubuntu, linux, alma linux, rocky linux and cloud linux operating system.

Here we also discuss firewall configuration and how to change the port number. So watch this complete video carefully & learn about how to install mongodb. Please feel free to comment below all your doubts.
--------------------------------------------------------------------------------------------
wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | gpg --dearmor | sudo tee /usr/share/keyrings/mongodb.gpg /dev/null

echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list

sudo apt update

sudo apt install mongodb-org

sudo lsof -iTCP -sTCP:LISTEN | grep mongo
-------------------------------------------------------------------------------------------------------

https://www.dedicatedcore.com/blog/install-mongodb-ubuntu/

---------------------------------------------------------------------------
#mongodb #installation #linux #ubuntu #almalinux #centos7 #rockylinux #cloudlinux #nodejs

Рекомендуемые видео