@julian: Yes, it depends. In the case of NodeBB they must have been quite good lines from what I've seen, and with excellent speed and performance. Thanks for your good work.
Need Freelancer to install NodeBB
-
@phit I am using the latest version...but still i get this mongodb depreciation message everytime, no matter what nodebb tutorial i use. I have tried every official nodebb tutorial. Redis tutorial seems to be working, but got stuck at the end when trying to connect redis with user and pass
-
@roy.miller said in Need Freelancer to install NodeBB:
@phit I am using the latest version...but still i get this mongodb depreciation message everytime, no matter what nodebb tutorial i use. I have tried every official nodebb tutorial. Redis tutorial seems to be working, but got stuck at the end when trying to connect redis with user and pass
you obviously don't have the latest version, otherwise that warning wouldn't come up.. again what is your OS?
-
@phit i have tried centos 6 and 7 and ubuntu 14 and 16.
If you have any perfect tutorial then kindly share. If it has mongodb for database and redis for caching then it will be good.
-
@julian I have tried all of these tutorials at least 30 times, but everytime ends with error.
During MongoDB connection check, it fails....
---production command shows this error everytime....
But my mongodb is updated...here is the snapshot....
Then the next Setup command shows this.....
-
@roy.miller you're running
./nodebb setup
it withsudo
. That's probably your problem. -
@PitaJ , now i tried your way, without using Sudo....here is the amazing result....
No matter what i do...it does not work...i have been trying to install nodebb for last 2 weeks...but none works
-
@roy.miller I'm not sure why mongo isn't connecting. Have you tried without authentication, first?
-
@PitaJ Yes, i have tried without authentication, but still same issue. Everytime gets stuck at "npm install --production". I am using digitalocean...is it their server issue?
Is there any single standalone link to install Nodebb?
-
@roy.miller how much memory does your DO droplet have? It could be that the npm install is running out of memory, but that's unlikely.
Try running
npm ls
after runningnpm install --production
. Those npm warnings are not errors. You can ignore them.