Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Include MongoDB installation? #8

Open
lucien144 opened this issue Nov 14, 2017 · 1 comment
Open

Include MongoDB installation? #8

lucien144 opened this issue Nov 14, 2017 · 1 comment

Comments

@lucien144
Copy link
Owner

Ref: https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-mongodb-on-ubuntu-16-04

@lucien144
Copy link
Owner Author

How to create a root user:

use admin
db.createUser(
  {
    user: "root",
    pwd: "*******",
    roles: ["root"]
  }
)

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant