• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. Tags
    3. installation
    Log in to post
    • All categories
    • J

      Any tips for installing NodeBB on AWS Lightsail?
      General Discussion • aws lightsail mongodb installation nodebb • • jaycincotta

      11
      1
      Votes
      11
      Posts
      464
      Views

      scottalanmiller

      @PitaJ said in Any tips for installing NodeBB on AWS Lightsail?:

      As long as Lightsail doesn't limit the capabilities of their VPS, I don't see why it would be any different from a normal install on Ubuntu.

      yeah, it's identical. LightSail ends up being exactly like a DO or Vultr.

    • F

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

      5
      0
      Votes
      5
      Posts
      946
      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

    • P

      Installation on Digital Ocean Droplet Issue
      Technical Support • digital ocean installation warning error • • plebivac

      4
      0
      Votes
      4
      Posts
      555
      Views

      P

      Never mind I was accidentally using the $ sign LOL. Was a long night.

    • RogerLevy

      Installing on Heroku
      Technical Support • heroku installation • • RogerLevy

      4
      0
      Votes
      4
      Posts
      876
      Views

      RogerLevy

      @pitaj Followup to last message ... turns out Heroku does not allow access through any other port than the one it gives you. Is this an insurmountable obstacle and I should look into other hosting, or is there a workaround?

    • sebastian-marinescu

      Install from CLI with custom plugin-list
      Technical Support • cli installation setup custom plugins • • sebastian-marinescu

      4
      0
      Votes
      4
      Posts
      1289
      Views

      PitaJ

      @sebastian-marinescu alternatively you could set defaultPlugins as an environment variable, then run ./nodebb setup [config json]. I'll re-add an actual option for passing in a set of default plugins.

    • C

      "NodeBB could not connect to your Mongo database" Error
      Technical Support • installation mongo authentication setup • • countach

      8
      0
      Votes
      8
      Posts
      3787
      Views

      Amit yadav

      @zaasmi
      try this

      mongo -u "admin" --authenticationDatabase "admin" -p

    • T

      Install NodeBB on Amazon Ec2
      Technical Support • installation • • tango

      3
      0
      Votes
      3
      Posts
      1826
      Views

      T

      Thanks @PitaJ

      I installed Node manually this way which worked perfect. Then continued with NodeBB guide & NPM install worked

      curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash Reboot machine . ~/.nvm/nvm.sh Determine what version of Node to install nvm install 6.10.3 check version is installed by running
      node -e "console.log('Running Node.js ' + process.version)"

      Thank you

      Todd

    • W

      Docker installation failing - Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
      Technical Support • docker installation redis error • • william.owen

      8
      1
      Votes
      8
      Posts
      15292
      Views

      Bzll

      @Absam-Sibsam you saved me bro, worked perfectly!

    • AtonB117

      Running into this: "warn: You have no mongo password setup!"
      Technical Support • mongodb mongo 3.0.1 installation authentication digital ocean • • AtonB117

      17
      0
      Votes
      17
      Posts
      5271
      Views

      AtonB117

      Well, damn. Didnt know that.

      Okay, Thanks for your phenomenal help, @pichalite.

      Gonna mess around with this proxying and nginx a bit now that everything is moving forward again.

    • JaredBusch

      Solved I apparently missed the setting for the site URL
      Technical Support • installation • • JaredBusch

      2
      0
      Votes
      2
      Posts
      1133
      Views

      JaredBusch

      Oh look right there in the manual that I stopped reading after the GUI was up...

      https://docs.nodebb.org/en/latest/configuring/config.html

    • F

      Solved Installation Errors
      Technical Support • nodebb installation error ubuntu • • flexage

      2
      0
      Votes
      2
      Posts
      2122
      Views

      F

      I managed to fix this and thought I would post this here for posterity.

      I edited the file npm-shrinkwrap.json

      and replaced the code block on line 1159:

      "simple-recaptcha": { "version": "1.0.0", "from": "git://github.com/wzrdtales/simple-recaptcha.git#f408725106872df696436ff6a988923539ab80a6", "resolved": "git://github.com/wzrdtales/simple-recaptcha.git#f408725106872df696436ff6a988923539ab80a6" }

      with:

      "simple-recaptcha": { "version": "1.0.0", "from": "https://github.com/wzrdtales/simple-recaptcha/archive/v1.0.0.tar.gz", "resolved": "https://github.com/wzrdtales/simple-recaptcha/archive/v1.0.0.tar.gz" }
    • R

      How to install without Internet?
      General Discussion • installation offline • • realZ

      6
      0
      Votes
      6
      Posts
      3427
      Views

      R

      @julian
      Just do all the stuff from the scratch solve all the problem.😃

    • henrywright

      Solved How to completely remove NodeBB?
      Technical Support • installation • • Henry Wright

      11
      0
      Votes
      11
      Posts
      3606
      Views

      henrywright

      @julian I now get a 502 bad gateway message from Nginx (which I think is what I should be seeing). Thanks for all your help 🙂

    • Zig.gy

      Solved I am stuck on Step 5 through 7 of Installation using MongoDB
      Technical Support • mongodb installation failure • • Zig.gy

      4
      0
      Votes
      4
      Posts
      2341
      Views

      Zig.gy

      Thank you @markkus and @jarey for your replies. I did what you suggested about re-installation and the problem persisted. I then discovered something...

      ...the installation manual may be outdated. The file in question on Step 7 is mongod.conf instead of mongodb.conf.

      Step 7 Corrected.png

      step7.png

      Can @psychobunny or whoever in charge of the Doc double check this and make the proper correction?

    • E

      Trouble installing NodeBB on OpenShift PaaS
      General Discussion • bug installation openshift • • epsi1on

      2
      0
      Votes
      2
      Posts
      1983
      Views

      nhl.pl

      You can automate it by using this guide.
      https://github.com/ahwayakchih/openshift-nodebb

      Or the one written by me.
      https://community.nodebb.org/topic/3866/guide-nodebb-0-6-1-on-openshift-for-windows-users-with-putty/1

      Or use official NodeBB guide.
      https://github.com/NodeBB/nodebb-english/blob/master/installing/cloud/openshift.rst

      This is not a bug. You have used npm install command in the wrong folder. Use OpenShift Online in your browser to download NodeBB files to /app-root/runtime/repo and it will work as it should.

    • Master-Antonio

      NodeBB Installation Windows Server 2012 ( Other Question )
      General Discussion • windows 2012 installation server • • Master-Antonio

      4
      0
      Votes
      4
      Posts
      3119
      Views

      Master-Antonio

      @pitaj said:

      @Master-Antonio add your domain in the config.json file which sits in the NodeBB main directory.

      Did, but don't work.

    • G

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

      11
      0
      Votes
      11
      Posts
      4172
      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.

    • P

      Installing NodeBB on third party server
      General Discussion • installation third party server nodebb • • Pharetra

      4
      1
      Votes
      4
      Posts
      2209
      Views

      A

      @julian If that code still works, then yes, it should. I stacked 10toship with the $100 student code that a kind member offered me. 😄

    • Master-Antonio

      Help Me ( Installation )
      NodeBB Development • installation free nodebb • • Master-Antonio

      6
      0
      Votes
      6
      Posts
      2778
      Views

      Netto Hikari

      @Master-Antonio I still offer free NodeBB hosting right here: https://community.nodebb.org/topic/2291/offering-a-couple-nodebb-instances-for-free/11

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact