diff --git a/docs/installing/cloud/nitrous.rst b/docs/installing/cloud/nitrous.rst new file mode 100644 index 0000000000..3ec08353dd --- /dev/null +++ b/docs/installing/cloud/nitrous.rst @@ -0,0 +1,50 @@ +Nitrous.IO +=========== + +The following are installation instructions for the `Nitrous.IO `. + +**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 + +.. code:: bash + + wget https://github.com/NodeBB/NodeBB/archive/master.zip && unzip master.zip && rm master.zip && cd NodeBB-master + +**Step 4:** NPM Install + +.. code:: bash + + npm install + +**Step 5:** Install Redis + +.. code:: bash + + parts install redis + +**Step 6:** Setup NodeBB + +.. code:: bash + + ./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 + +.. code:: bash + + ./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.