How to Install MongoDB on Ubuntu 16.04

190 بار بازدید - 7 سال پیش - MongoDB is a free and
MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on your server for a production application environment. Commands: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 sudo echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list sudo apt-get update sudo apt-get install -y --allow-unauthenticated mongod
7 سال پیش در تاریخ 1395/11/14 منتشر شده است.
190 بـار بازدید شده
... بیشتر