- 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:
- 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.