- Spring 5.0 Cookbook
- Sherwin John Calleja Tragura
- 64字
- 2021-07-08 10:16:11
How to do it...
- After downloading the installer (for example, mongodb-win32-x86_64-2008plus-ssl-3.2.0-signed.msi), follow the installation wizards:
![](https://epubservercos.yuewen.com/0AC9E4/19470403601617006/epubprivate/OEBPS/Images/07f4b846-da90-41f6-aa2c-4b3bc2262866.png?sign=1739667615-ZdWNl70cQMgbSUbdGqsF9zOF8g0a2GHN-0-4f43d0c775d96ade032a8db714407970)
- After the installation, create the MONGODB_HOME system variable in your classpath and expose the <installation_folder>MongoDbServer3.2bin commands.
- Since MongoDB requires a data directory to store all data, create a default data directory path, /data/db, at the root level (for example, C:datadb).
- You are now ready to start the MongoDb server.