./nodebb start -> Starting NodeBB | No forum to be found?

Technical Support

Suggested Topics


  • 0 Votes
    16 Posts
    1k Views

    @antosik said in NodeBB + MongoDB + Scaling (k8s):

    @PitaJ
    I'm not against it ^^.
    Just want to research a bit before giving AWS more money. :d

    @baris
    So, we need to try:

    implement something like src\database\redis\pubsub.js in mongo; check out socket.io-adapter-mongo and @nodebb/mubsub packages?

    UPD. Found an interesting thing - maybe we can use watch + changeStream to implement the pubsub 🤔 ?

    What's your overall goal? I have a feeling that you are giving AWS way more money than you should already. If the goal is to go big without wasting money, this isn't the approach. Unless you are doing something in the billion hits a month range, I don't think that this approach can be cost effective at all.

    So if you want to give AWS money just for fun, then you might as well give more. If you want to be cost effective, then setting yourself up for scaling will require more scale than will ever be practically needed.

  • 0 Votes
    3 Posts
    773 Views

    Thank you, I always liked Christmas tree styling 😉

  • Nodebb on byethost?

    Technical Support
    0 Votes
    2 Posts
    769 Views

    Hello there!

    NodeBB is designed to work best under a virtual private server. Using a traditional hosting service is not recommended as they do not have the capabilities to power NodeBB effectively.

    The code and instructions can be found here at our project repository Full instructions can be found in our Documentation Portal We recommend DigitalOcean to host your NodeBB, you'll get a month free just by registering with this link. You can also try applying the 10TOSHIP coupon to get another two months free, and as an added bonus, you'll be helping us out too!

    Thank you for your interest in NodeBB!

  • 0 Votes
    3 Posts
    2k Views

    NodeBB (for obvious reasons) requires MongoDB to be running so it can start. So the problem here is MongoDB isn't running, as you've figured out.

    If MongoDB won't start via the service handler, check the logs to see what went wrong. They're likely in /var/log/mongodb

  • 0 Votes
    1 Posts
    1k Views

    So... hello 🙂

    I was wondering if anyone has setup nodebb on Plesk Onyx succesfully?

    from what i can tell, everything is setup and working as it should, but I can not connect?...

    3/9 19:13 [7] - info: NodeBB v1.1.2 Copyright (C) 2013-2016 NodeBB Inc. 3/9 19:13 [7] - info: This program comes with ABSOLUTELY NO WARRANTY. 3/9 19:13 [7] - info: This is free software, and you are welcome to redistribute it under certain conditions. 3/9 19:13 [7] - info: 3/9 19:13 [7] - info: NodeBB Setup Triggered via Command Line Welcome to NodeBB! This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed. Press enter to accept the default setting (shown in brackets). URL used to access this NodeBB (http://localhost:4567) > [email protected] start /usr/src/app > node loader.js 3/9 19:14 [36] - info: Launching web installer on port 4567 3/9 19:14 [36] - info: Web installer listening on http://0.0.0.0:4567 npm info it worked if it ends with ok npm info using [email protected] npm info using [email protected] npm info prestart [email protected] npm info start [email protected]

    anyone have any experiance?