Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. install
    Log in to post
    • Per0x

      Guide to install NodeBB on Docker with Synology NAS (DSM)
      Tutorials • docker install • • Per0x

      5
      4
      Votes
      5
      Posts
      269
      Views

      scottalanmiller

      Very extensive, thanks!

    • F

      SOLVED Cannot start NodebB: "Cannot find module ./undefined"
      Technical Support • docker dockerfile install installation nodebb • • flex

      5
      0
      Votes
      5
      Posts
      205
      Views

      F

      Problem solved, for the record I have added all file on my GitHub: https://github.com/LM1LC3N7/Dockerfiles/blob/master/nodebb/README.md

    • Soarin

      Authorization Failed NodeBB Setup
      Technical Support • install problem setup solved • • Soarin

      2
      0
      Votes
      2
      Posts
      64
      Views

      PitaJ

      Try the Ubuntu docs instead of the Debian docs. They're more up to date.

    • JaredBusch

      npm depreciation warnings with current install
      Technical Support • install npm warning • • JaredBusch

      1
      0
      Votes
      1
      Posts
      1570
      Views

      JaredBusch

      I am spinning up a new community and found the following warnings during my install.

      Anything I should do about these?

      [root@bna-com ~]# nvm install v7.2.0 ######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! Now using node v7.2.0 (npm v3.10.9) Creating default alias: default -> v7.2.0 [root@bna-com ~]# cd /opt/bnacmty/ [root@bna-com bnacmty]# git clone -b v1.x.x https://github.com/NodeBB/NodeBB nodebb Cloning into 'nodebb'... remote: Counting objects: 112796, done. remote: Compressing objects: 100% (101/101), done. remote: Total 112796 (delta 38), reused 2 (delta 2), pack-reused 112693 Receiving objects: 100% (112796/112796), 34.86 MiB | 9.87 MiB/s, done. Resolving deltas: 100% (84665/84665), done. [root@bna-com bnacmty]# cd nodebb [root@bna-com nodebb]# npm install npm WARN deprecated node-uuid@1.4.7: use uuid module instead npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. nodebb@1.3.0 /opt/bnacmty/nodebb
    • sandipp

      Got error while installing on local ubuntu 14.04 machine
      Bug Reports • install npm ubuntu 14.04 • • sandipp

      2
      0
      Votes
      2
      Posts
      1462
      Views

      drew

      Definitely seems like cache issue with the record for express-session.
      try sudo npm cache clean? After that try manually clearing the cache files?

    • R

      Installing NodeBB on Google Cloud Platform
      Technical Support • config google cloud platform install nodebb • • Raydekk

      5
      0
      Votes
      5
      Posts
      3038
      Views

      R

      ok, I think I solved it.

      Apparently, after executing commands like

      sudo firewall-cmd --zone=public --add-masquerade --permanent
      sudo firewall-cmd --zone=public --add-forward-port=port=80:proto=tcp:toport=8000 --permanent
      sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8000

      somewhat screwed up the firewall rules in the google console. The catch was that I could only acces the website from port 80, by trying to acces it from 8000(node's actual) didn't work. I deleted the rules, and added them again in the platform console (Networking->Firewall rules) and then restarted nodebb and it worked!

    • Aphex124 -Mike-

      Windows Error, now an Ubuntu Error
      Technical Support • error install npm windows • • Aphex124 -Mike-

      11
      0
      Votes
      11
      Posts
      4396
      Views

      Aphex124 -Mike-

      Fixed by reinstalling redis-server.

    • Andreas Knight

      SOLVED Try to install nodeBB
      Technical Support • debian7 install plesk support • • Andreas Knight

      3
      0
      Votes
      3
      Posts
      2386
      Views

      Andreas Knight

      Thanks!! 😄

      #closed

    • H

      Install nodeBB on Windows Server
      General Discussion • compiler error install problem • • Hectopascal

      11
      1
      Votes
      11
      Posts
      5747
      Views

      H

      Thank you for your support 👍

    • anon271910

      Can't install plugins
      General Discussion • help install plugin • • anon271910

      13
      0
      Votes
      13
      Posts
      5543
      Views

      PitaJ

      @ChaosYamYT This plugin is incompatible with current versions of NodeBB. You could try opening an issue at the Github repo for the plugin, and asking the developer to fix it.

    • G

      Can't get the install done...
      General Discussion • install installation • • Gerry

      11
      0
      Votes
      11
      Posts
      3857
      Views

      S

      @a_5mith True, but honestly, it's easier to set up a quick Linux VM (and I say this as someone who is not at all a fan of Linux) and the support is far better.

    • J

      New Install, CentOS and Nginx
      General Discussion • centos config install nginx • • jimmerz213

      6
      0
      Votes
      6
      Posts
      3827
      Views

      J

      @jimmerz213 said:
      <stuff>

      So I just built a quick VM locally and followed the guides I mentioned above. Did nothing differently except I didn't install php and apache before and start ripping things out. It works flawlessly. I can only imagine at this point its something with my server and I think I may just wipe it and start clean, using nginx only instead of apache.

      Thanks for looking at this stuff guys - I appreciate it.

      Edit - welp, it works great now. Probably has this whole time. The URL I was using to hit the forums was set to be x.x.132.x, it had to be x.x.135.x. Hey, at least I learned a TON about nodebb and nginx 🙂 I'll take it.

    • Tanner

      [solved] NPM install killed during recent install
      Bug Reports • install npm • • Tanner

      3
      0
      Votes
      3
      Posts
      2539
      Views

      Tanner

      @julian That's got to be it, thanks mate!

    • S

      Fresh install - User bugs again
      Bug Reports • clean install online user • • Scuzz

      12
      0
      Votes
      12
      Posts
      4043
      Views

      S

      noticed it here too. I'll update and see if it fixes.

    • vivek tailor

      getting error nodebb adress already in use
      General Discussion • install • • vivek tailor

      9
      0
      Votes
      9
      Posts
      3820
      Views

      vivek tailor

      nothing is listening on port 80 except my nodebb ip.

    • WaDaDaaaa

      info: Database type not set! Run node app --setup
      NodeBB Development • digital ocean install setup • • WaDaDaaaa

      8
      0
      Votes
      8
      Posts
      3482
      Views

      Hentai

      @julian Thanks, now it's no problem : )