Need Freelancer to install NodeBB
-
@roy.miller try this one. Should be very straightforward.
https://mangolassi.it/topic/11695/installing-nodebb-with-mongo-on-centos-7
-
-
@JaredBusch thanks for this tutorial. But if i use Mongo, then it gives an error every time and says....depreciated mongo...update it to mongodb 2.2.19. But its already updated. This error happens with every tutorial with mongo and Redis tutorial also ends with error which does not connect no matter what i do. Do u have any tutorial which uses mongodb for database and redis for caching?
-
I used your tutorial and i got stuck at (./nodebb start).....website does not open and got this below message in ssh
[root@server nodebb]# ./nodebb start
Starting NodeBB
"./nodebb stop" to stop the NodeBB server
"./nodebb log" to view server output
"./nodebb restart" to restart NodeBB(node:11002) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
-
My domain not working, but if i open my site with ip and port then its opening and login on this is not working, says invalid credentials
ip-address::4567 -
these 2 command not working. No such file or directory.
semanage port -a -t mongod_port_t -p tcp 27017
semanage port -m -t http_port_t -p tcp 4567 -
At first trial (npm install) worked, but then everytime tried to reinstall...never worked. Got errors on (npm install) command. Shows Mongodb depreciated etc.
-
Is there any direct single self installation link available for nodebb coz now its becoming pain in the a....
kindly help
-
-
@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?
-
@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. -
@roy.miller I'm not sure why mongo isn't connecting. Have you tried without authentication, first?
-
@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.