writer
544
edits
Line 128: | Line 128: | ||
c. Configure MongoDB | c. Configure MongoDB | ||
Copy file Windows\mongod.cfg to MongoDB directory "C:\Program Files\MongoDB\Server\6.0\bin\mongod.cfg". It enables compression which is needed for Monitoring. If you want to secure the connection to MongoDB, allowing specific IP address or change port ''etc''., you can edit this file. Documentation is available on official website: https://www.mongodb.com/docs/manual/reference/configuration-options/ | Copy file Windows\mongod.cfg to MongoDB directory "C:\Program Files\MongoDB\Server\6.0\bin\mongod.cfg". It enables compression which is needed for Monitoring. If you want to secure the connection to MongoDB, allowing specific IP address or change port ''etc''., you can edit this file. Documentation is available on official website: https://www.mongodb.com/docs/manual/reference/configuration-options/ | ||
d. MongoDB Shell installation | d. MongoDB Shell installation | ||
Run mongosh-1.8.0-x64.msi, uncheck “Install just for you” and continue installation. | Run mongosh-1.8.0-x64.msi, uncheck “Install just for you” and continue installation. | ||
Line 140: | Line 142: | ||
e. Create an admin user | e. Create an admin user | ||
In the shell windows type: ''use admin'' | In the shell windows type: ''use admin'' | ||