• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Error on setup + Domain clarification

Scheduled Pinned Locked Moved Technical Support
9 Posts 3 Posters 2.3k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Victoryoftheppl Gamers
    wrote on last edited by
    #1

    Well, first and foremost, I'm new to this whole thing. I have no background on this type of thing, so if you are able to help me, give it to me like a 5th grader.

    Moving on, I purchased a server on Digital Ocean and installed nodebb. It worked absolutely fine. Then I wanted to use my domain instead of the IP address. After Googling, I found out that I needed to use nginx. Without thinking, I installed nginx in the same directory as nodebb which just made everything blow up on my end. So I wiped the droplet to start over. Since then, I've had an issue on reinstalling nodebb as it continuously give me this error:

    hwPa5PW.png

    For reference, I used this guide for setup

    I've read this thread in regards to the issue, the only thing is that his error is "sadd" and not "zadd" so I'm not sure of the difference it makes there.

    Secondly, when installing nginx, I'm assuming I need to make a directory for it and install it into there correct? I've created an A Name on my domains end to point to the IP address, shown below:

    JUZjSvQ.png

    On top of that, I know nginx is used to listen for the command my domain is sending and then I'm supposed to create a DNS record (idr the reason why) but just making sure I'm going in the right direction.

    1 Reply Last reply
    0
  • reidR Offline
    reidR Offline
    reid GNU/Linux
    wrote on last edited by reid
    #2

    Hey! There's a guide for setting up NodeBB with nginx here. As for your error, perhaps try downloading the latest stable (0.7.x) instead of using the master branch (which I assume you're using)? You can do that through git by running
    git clone -b v0.7.x https://github.com/NodeBB/NodeBB.git nodebb

    If you don't have git (which I'd recommend installing), you can download 0.7.x through GitHub, by following this link.

    Finally, make sure redis is fully updated. Check your version with redis-server --version, and make sure that it's version 2.8.9 or greater. If it isn't, there are various guides around which should help you update.

    Hope this helps!

    1 Reply Last reply
    0
  • V Offline
    V Offline
    Victoryoftheppl Gamers
    wrote on last edited by Victoryoftheppl
    #3

    @itsCrafted I plan on using that guide, but still for clarification, I should be installing it in its own directory correct?

    As for the latest installation, the guide put me through to update to the latest version (I wish I could recall what it was :C ). As well, the guide told me to install git, so I'm pretty sure I've done what you've said.

    reidR 1 Reply Last reply
    0
  • reidR Offline
    reidR Offline
    reid GNU/Linux
    replied to Victoryoftheppl on last edited by
    #4

    @Victoryoftheppl How are you installing nginx? If you're using a package manager, it should handle the installation directory etc by itself. NodeBB can be installed anywhere, really. I recommend using your home folder (cd ~).

    On my distro (Ubuntu), nginx is installed in /etc/nginx, and I installed it using sudo apt-get install nginx.

    1 Reply Last reply
    0
  • V Offline
    V Offline
    Victoryoftheppl Gamers
    wrote on last edited by
    #5

    @itsCrafted As stated in the OP, I installed nginx in the same directory (folder maybe?) as nodebb which caused issues. I'm using putty to do what's needed to manage everything. Not to be rude, but in terms on the nodebb installation, I would suggest going through the setup guide I linked. It'll let you know all the steps I've done so you don't have to repeat 🙂

    This overall isn't helping with the main issue in regards to the error I'm getting. nginx is moot until I figure the error out ^_^

    1 Reply Last reply
    0
  • V Offline
    V Offline
    Victoryoftheppl Gamers
    wrote on last edited by Victoryoftheppl
    #6

    Can anyone please help me? I really like the software and I have a project that I'm trying to get set up that I'm extremely passionate about =/

    I tried using these instructions as well, and tell me the nodejs-legacy can't be found.

    1 Reply Last reply
    0
  • V Offline
    V Offline
    Victoryoftheppl Gamers
    wrote on last edited by
    #7

    @julian maybe you can help?

    julianJ 1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    replied to Victoryoftheppl on last edited by
    #8

    @Victoryoftheppl To install nginx,

    $ sudo apt-get install nginx
    

    That's all 🙂

    V 1 Reply Last reply
    0
  • V Offline
    V Offline
    Victoryoftheppl Gamers
    replied to julian on last edited by
    #9

    @julian Hi! so I got everything going. The forum was up for like...2 minutes on forum.plus1forcharisma.com...and not it's showing bad gateway :C

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development