• 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

Install NodeBB on Amazon Ec2

Scheduled Pinned Locked Moved Technical Support
installation
3 Posts 2 Posters 2.2k 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.
  • T Offline
    T Offline
    tango
    wrote on last edited by
    #1

    Has anyone got this going?

    Amazon Support tell me their Linux version is close to Centos 6 so I have been following the NodeBB Installation guide by OS for Centos.
    I plan on using Mongo which is a different server in the network. NGINX is another separate server.
    I cant get past step

    After cloning the repository, obtain all of the dependencies required by NodeBB:

    when I run npm install from inside the nodebb directory I get error message

    -bash: npm: command not found

    Ive tried various sudo & yum versikons as well as running from the root but nothing works.

    Thanks in advance for any assistance.

    Todd

    PitaJP 1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to tango on last edited by
    #2

    @tango is npm installed? Try npm -v. If not, look up how to install Node on centos

    T 1 Reply Last reply
    0
  • T Offline
    T Offline
    tango
    replied to PitaJ on last edited by
    #3

    Thanks @PitaJ

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

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

    Thank you

    Todd

    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