writer
544
edits
Line 130: | Line 130: | ||
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 | |||
Run mongosh-1.8.0-x64.msi, uncheck “Install just for you” and continue installation. | |||
[[File:Picture3.png|400px]] | |||
Run mongosh.exe from "C:\Program Files\mongosh". A command window will popup asking MongoDB information, do not write anything and press Enter, connection should be done: | |||
[[File:Picture4.png|400px]] | |||
e. Create an admin user | e. Create an admin user | ||
=====Installation on Linux system===== | =====Installation on Linux system===== |