From f9b5249a49723d614d3b0bb5e46e70ddbf1e26e2 Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Wed, 16 Jul 2014 22:43:15 +0200 Subject: [PATCH 1/6] Update guide openshift with redis --- docs/installing/cloud/openshift.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/installing/cloud/openshift.rst b/docs/installing/cloud/openshift.rst index 1bc5872a45..7becb86aa4 100644 --- a/docs/installing/cloud/openshift.rst +++ b/docs/installing/cloud/openshift.rst @@ -11,11 +11,11 @@ The following are installation instructions for the `Openshift Date: Wed, 16 Jul 2014 22:52:05 +0200 Subject: [PATCH 2/6] Update openshift.rst --- docs/installing/cloud/openshift.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installing/cloud/openshift.rst b/docs/installing/cloud/openshift.rst index 7becb86aa4..9ad9bdc749 100644 --- a/docs/installing/cloud/openshift.rst +++ b/docs/installing/cloud/openshift.rst @@ -99,3 +99,11 @@ Redis Password: Enter what your $REDIS_CLI value holds here found in step 4. rhc app restart -a nodebb And then open http://nodebb-username.rhcloud.com in your browser. + +Note +--------------------------------------- +Restart NodeBB in the admin doesn't work. Use : + +.. code:: bash + + rhc app restart -a nodebb From 06886caf185fc62055590d2ab69da8312f222fa4 Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Wed, 16 Jul 2014 22:57:44 +0200 Subject: [PATCH 3/6] Update openshift.rst --- docs/installing/cloud/openshift.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/installing/cloud/openshift.rst b/docs/installing/cloud/openshift.rst index 9ad9bdc749..6a8c310c48 100644 --- a/docs/installing/cloud/openshift.rst +++ b/docs/installing/cloud/openshift.rst @@ -9,8 +9,6 @@ The following are installation instructions for the `Openshift Date: Wed, 16 Jul 2014 23:20:32 +0200 Subject: [PATCH 4/6] The last update commit of openshift guide --- docs/installing/cloud/openshift.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/installing/cloud/openshift.rst b/docs/installing/cloud/openshift.rst index 6a8c310c48..1c89c8c711 100644 --- a/docs/installing/cloud/openshift.rst +++ b/docs/installing/cloud/openshift.rst @@ -41,19 +41,19 @@ The ouput of the echo $REDIS_CLI like this : -h ip_redis -p port_redis -a passwo .. code:: bash git pull -s recursive -X theirs upstream master && git push - -**Step 8:** SSH to the application - -.. code:: bash - rhc app ssh -a nodebb - -**Step 9:** In other terminal, stop the application +**Step 8:** Stop the application .. code:: bash rhc app stop -a nodebb +**Step 9:** SSH to the application + +.. code:: bash + + rhc app ssh -a nodebb + **Step 10:** Edit the environnement NodeJS on the terminal with the SSH .. code:: bash From 341525c58c32f3c1812045b2877fdb919d54c59c Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Thu, 17 Jul 2014 13:46:41 +0200 Subject: [PATCH 5/6] Added Nitrous.io --- docs/installing/cloud/nitrous.rst | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/installing/cloud/nitrous.rst 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. From 55a47b56e3b84af9e6d00f3c7b98ea78072f8041 Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Thu, 17 Jul 2014 13:47:18 +0200 Subject: [PATCH 6/6] Added Nitrous.IO #2 --- docs/installing/cloud.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installing/cloud.rst b/docs/installing/cloud.rst index a2130f69a0..ef1fb1f3e8 100644 --- a/docs/installing/cloud.rst +++ b/docs/installing/cloud.rst @@ -19,4 +19,5 @@ The following are step-by-step guides to help you get up and running on the clou * :doc:`Heroku ` * :doc:`Cloud9 ` * :doc:`Openshift ` +* :doc:`Nitrous.IO ` * `Digital Ocean `_ (external)