Error installation on ubuntu
-
I see no error on console, i have made a screencast to illustrate
My config.json :
{ "base_url": "http://10.1.148.242", "port": "4567", "secret": "key", "bind_address": "10.1.148.242", "database": "mongo", "mongo": { "host": "127.0.0.1", "port": "27017", "username": "nodebb", "password": "nodebb", "database": "nodebb" }, "bcrypt_rounds": 12, "upload_path": "/public/uploads", "use_port": false, "relative_path": "" }
-
Is your DB hosted locally?
Looks like there's a connection timing out when you try to access it. -
@nweber said:
Bind address is where you would place the IP of your server (like you already have) when using a domain. This would allow you to set a URL such as http://example.com in base_url.
If you'll start NodeBB and leave it running, I'll see if I can can connect to it and register a profile
-
@Ted said:
If you'll start NodeBB and leave it running, I'll see if I can can connect to it and register a profile
I can't this server is not open on internet, only in local.
Copyright © 2024 NodeBB | Contributors