Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Scott
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Best 0
    • Groups 0

    Scott

    @Scott

    0
    Reputation
    394
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Scott Follow

    Latest posts made by Scott

    • RE: Couple of issues here...

      Did a fresh install not working yay after I reinstalled redis server not following the guide on nodebb working great. Trying to remove nodejs+npm is messed up since the fresh install won't work with the current installation (npm install).

      I give up, errors here errors there, fuck..

      thanks for the help given... I think..

      posted in Technical Support
      S
      Scott
    • RE: Couple of issues here...

      @Kowlin My domain is in there.

      from ./nodebb log it says. redis is working, I also stopped it and started it. Then did the same with nodebb with no luck.

      posted in Technical Support
      S
      Scott
    • Couple of issues here...

      Hi all. Few concerns here.

      1. When ever I restart nodebb via ACP, it does not come back up and I cannot login to my server via putty (it just stalls after I input my password). I have to reboot via host control panel. And must restart it ./nodebb start and takes a while to start back up.This time it didn't come back up.

      2. My users cannot confirm their email "404 Not Found" also it uses the server ip not the domain /confirm/dd1fb890-b1d4-452e-9cc8-494029fabb2a

      3. These may be bugs; Users tab does not show for guests after changing skins and reverting back to the original skin.

      posted in Technical Support
      S
      Scott
    • RE: issues installing Nodebb on Debian 8

      Got it installed! Had installed curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash - sudo apt-get install -y nodejs within the nodebb dir then ran npm install.

      Nodebb doesn't show up at my server ip? I read that Debian comes with NgInx already.. I didn't install the dotDAB.

      posted in Technical Support
      S
      Scott
    • RE: issues installing Nodebb on Debian 8

      I did cd nodebb. Here's the npm debug file http://pastebin.com/kPEy6jnM

      posted in Technical Support
      S
      Scott
    • RE: issues installing Nodebb on Debian 8

      Yeah I did it in /nodebb folder.

      In my root dir there's the Nodebb and NPM folders.

      posted in Technical Support
      S
      Scott
    • RE: issues installing Nodebb on Debian 8

      @yariplus

      That's where I did it.

      posted in Technical Support
      S
      Scott
    • RE: issues installing Nodebb on Debian 8

      @yariplus

      Oh thanks. I get this error tho

      npm ERR! install Couldn't read dependencies
      npm ERR! Linux 3.16.0-4-amd64
      npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
      npm ERR! node v0.12.9
      npm ERR! npm v2.14.9
      npm ERR! path /root/package.json
      npm ERR! code ENOPACKAGEJSON
      npm ERR! errno -2

      npm ERR! package.json ENOENT, open '/root/package.json'
      npm ERR! package.json This is most likely not a problem with npm itself.
      npm ERR! package.json npm can't find a package.json file in your current directory.

      npm ERR! Please include the following file with any support request:
      npm ERR! /root/npm-debug.log

      posted in Technical Support
      S
      Scott
    • RE: issues installing Nodebb on Debian 8

      I go into the nodebb folder and type ./nodebb setup and get this error

      module.js:338
      throw err;
      ^
      Error: Cannot find module './system/supports-colors'
      at Function.Module._resolveFilename (module.js:336:15)
      at Function.Module._load (module.js:278:25)
      at Module.require (module.js:365:17)
      at require (module.js:384:17)
      at Object.<anonymous> (/root/nodebb/node_modules/colors/lib/colors.js:39:24)
      at Module._compile (module.js:460:26)
      at Object.Module._extensions..js (module.js:478:10)
      at Module.load (module.js:355:32)
      at Function.Module._load (module.js:310:12)
      at Module.require (module.js:365:17)

      These are the only commands I ran

      git clone -b v0.9.x https://github.com/NodeBB/NodeBB.git nodebb

      apt-get install redis-server imagemagick git build-essential

      sudo apt-get install curl

      curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
      sudo apt-get install -y nodejs

      posted in Technical Support
      S
      Scott
    • issues installing Nodebb on Debian 8

      The guide for installation on Debian seems to be focused towards Debian 6 and 7.

      I've only installed curl and redis.

      I'm on root if that makes any difference

      posted in Technical Support
      S
      Scott