STill not able to install it, anytime I try to access the domain with the specified port it just loads forever and never opens. I've set up the proxy and everything else as the instructions. i had no idea what to do now.
I see this when using ./nodebb log
Also anytime I run the ./nodebb setup it just stops in the middle of it and cant get any answer back from putty
Also my config.json files has this
{
"url": "mainurl",
"secret": "secretname",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "0"
}
}
Not sure if having no password or database set as 0 is the recommended.