Typo in MongoDB installation
-
Typo in MongoDB installation
https://docs.nodebb.org/en/latest/configuring/databases/mongo.html#step-7-configure-mongodb
" nano /etc/mongodb.conf " should be "nano /etc/mongod.conf"
"service mongodb restart" should be "service mongod restart" -
I think it might be an OS thing: http://stackoverflow.com/questions/11600006/how-to-create-a-configuration-file-for-mongodb
Copyright © 2024 NodeBB | Contributors