Database details for new server
-
Hi nodebb community,
I am trying out nodebb for a project. I cloned the git repo, and ran
docker-compose up
. Then when I visitedhttp://127.0.0.1:4567/
, I see the messageYou are just a few steps away from launching your own NodeBB forum!
, where I have to fill details to Configure the database. I am using mongoDB. Where do I get the details like- Host IP or address of your MongoDB instance: tried
127.0.0.1
, ip of the mongodb container,mongo
- Host port of your MongoDB instance: this is present in the docker-compose file and is
27017
- Username
- Password
- Database name
I guess the last 3 can be left blank. I would appreciate any help. Thanks.
P.S: Kudos to the nodebb devs for the clean code. - Host IP or address of your MongoDB instance: tried
-
Seeing up NodeBB with docker isn't officially supported. I suggest you use the Ubuntu guide: https://docs.nodebb.org/installing/os/ubuntu/
Copyright © 2024 NodeBB | Contributors