MongoDB Installation / DONE
This point is required only when installing in Source mode by default we use Docker system in which MongoDB does not need to be installed separately
Note: This manual is for Debian 11 only, if you have a different version of the system, please use the official documentation.
Adding keys:
Installation:
Starting and adding to autorun:
Creating a database and password:
continue with the instructions below
Attention! In the code below there are variables you need to make up your own (ADMIN_NAME, ADMIN_PASSWORD, DB_NAME, USER_NAME, YOUR_PASSWORD, DB_NAME
) these data should not be disclosed to anyone, they are accesses to your databases, if you disclose them or use the command without changes, you risk being hacked!
Activation of authorisation for MongoDB
Last updated