Setting up NodeBB on cloud 9
-
Nice tutorial!
-
I actually used this tutorial a few days ago, and it worked perfectly. (although after all that I really can't give up sublime as my preferred editor, also my computer is a just a touch too slow for a web-based IDE)
That said, awesome tutorial and thanks for contributing
-
OMG thank you! Gonna use this to make a forum for my class
-
any staff online? I need help
-
So I'm attempting to use this walkthrough to setup a gaming forum. I'm having issues with the install.
I have very limited experience, anyone with more knowledge able to do a review of this walk through and fix any issues? It would be greatly appreciated. Thanks.
-
@apple-pro said in Setting up NodeBB on cloud 9:
sudo apt-get -y mongodb-org
It's actually:
sudo apt-get install -y mongodb-org
Also, thanks for the guide. This should replace: https://docs.nodebb.org/installing/cloud/cloud9/ (didn't work for me).
-
[2670] - error: NodeBB could not connect to your Mongo database. Mongo returned the following error: failed to connect to server [127.0.0.1:27017] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27017]
Urgent help required