MongoDB installation on Windows 64bit
6:33 PM1. Download MongoDB with SSL enabled feature
https://www.mongodb.org/downloads or https://www.mongodb.org/dr/fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.0.6-signed.msi/download
2. Create datadir and install hotfix
C:\data\db\ https://support.microsoft.com/en-us/kb/2731284
3. Default location
C:\Program Files\MongoDB\Server\3.0\bin
4. Install MongoDB app as a service and set it to start as automatic
C:\Program Files\MongoDB\Server\3.0\bin\mongod.exe --install --logpath=c:/data/mongodb.log
5. Start Mongo shell and create a shortcut on desktop
C:\Program Files\MongoDB\Server\3.0\bin\mongo.exe
0 comments