Nitrous.IO

The following are installation instructions for the Nitrous.IO <http://nitrous.io&gt;.

Step 1: Create a new application in boxes with NodeJS :

https://www.nitrous.io/app#/boxes/new

Step 2: Open terminal / SSH to the application / Open IDE

Step 3: Get the files of NodeBB, unzip, delete master.zip and cd to the folder

  1. wget https://github.com/NodeBB/NodeBB/archive/master.zip && unzip master.zip && rm master.zip && cd NodeBB-master

Step 4: NPM Install

  1. npm install

Step 5: Install Redis

  1. parts install redis

Step 6: Setup NodeBB

  1. ./nodebb setup

Leave everything as default but you can change yourself.

I recommand the port number to bind : 8080

Step 14: And the last one, start NodeBB

  1. ./nodebb start

And then open the “Preview URI” without port if you have put for port : 8080.

Note

You can expand the resources of the application : http://www.nitrous.io/app#/n2o/bonus.