Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. ubuntu
    Log in to post
    • All categories
    • R

      [solved] Error running `./nodebb upgrade` when updating from v1.10.1 to v1.10.2
      Technical Support • error npm ubuntu upgrade • • RalphORama

      2
      0
      Votes
      2
      Posts
      269
      Views

      R

      I fixed my own issue. Apparently some install scripts fail when run as root (or with sudo). I'm not sure why this is the case, but I got everything to work by running sudo chown -R ralph:www-data /path/to/nodebb && ./nodebb upgrade as a standard user.

    • countach

      SOLVED Work-around: Installing NodeBB on non LTS Ubuntu (17.04)
      Technical Support • install nodebb ubuntu ubuntu 16.04 • • Nkosinathi Mothoa

      7
      0
      Votes
      7
      Posts
      1845
      Views

      countach

      @pitaj Yes true, I tried installing mongo onto my 17.04. The installation was successful but some packages did not work (were not supported).

    • S

      Error when trying to start NodeBB
      Technical Support • help mongodb ubuntu • • SparaxVenator

      6
      0
      Votes
      6
      Posts
      2516
      Views

      PitaJ

      @SparaxVenator try running npm install

    • F

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

      2
      0
      Votes
      2
      Posts
      2010
      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" }
    • terfex

      Login attempts fail on Linux after install but work on Windows.
      Technical Support • login ubuntu windows • • terfex

      9
      0
      Votes
      9
      Posts
      4054
      Views

      terfex

      Solved: upgrade to NodeBB v0.7.0.

    • drew

      Keeping the stack alive
      General Discussion • nginx redis ubuntu • • drew

      2
      0
      Votes
      2
      Posts
      1589
      Views

      L

      Well.. For the nodebb application himself you could use "forever" .... but when it turned 5x i stopped using forever (@julian posted somewhere that nodebb application can do the forever job himself)

      for the database.. well.. dont monitor it YET cz the volume of my transactions is low...

      But any service monitor application could do it.. like nagios ...or newrelic

    • N

      Error installation on ubuntu
      General Discussion • installation mongodb ubuntu • • nweber

      18
      0
      Votes
      18
      Posts
      5689
      Views

      N

      @Ted said:

      If you'll start NodeBB and leave it running, I'll see if I can can connect to it and register a profile

      I can't this server is not open on internet, only in local.