filmov
tv
Install MongoDB 3.4.x on Windows

Показать описание
Link:
In this video I demonstrated how to install and configure mongodb 3.4.x on Windows.
I am using Windows Server 2016. It should also work in Windows 10, Windows 8, 8.1 and Windows 7 the same way.
# Specify MongoDB data path
mongod --dbpath Directory
# Check if mongodb is installed correctly and available on the PATH
mongo --version
In this video I demonstrated how to install and configure mongodb 3.4.x on Windows.
I am using Windows Server 2016. It should also work in Windows 10, Windows 8, 8.1 and Windows 7 the same way.
# Specify MongoDB data path
mongod --dbpath Directory
# Check if mongodb is installed correctly and available on the PATH
mongo --version