**Step 8:** In other terminal, stop the application
**Step 9:** In other terminal, stop the application
..code:: bash
..code:: bash
rhc app stop -a nodebb
rhc app stop -a nodebb
**Step 9:** Edit the environnement NodeJS on the terminal with the SSH
**Step 10:** Edit the environnement NodeJS on the terminal with the SSH
..code:: bash
..code:: bash
cd ~/nodejs/configuration && nano node.env
cd ~/nodejs/configuration && nano node.env
**Step 10:** Replace server.js by app.js and exit the editor
**Step 11:** Replace server.js by app.js and exit the editor
..code:: bash
..code:: bash
ctrl + x
ctrl + x
**Step 11:** In other terminal, start the application
**Step 12:** In other terminal, start the application
..code:: bash
..code:: bash
rhc app start -a nodebb
rhc app start -a nodebb
**Step 12:** Start the setup of NodeBB on the terminal with the SSH
**Step 13:** Start the setup of NodeBB on the terminal with the SSH
..code:: bash
..code:: bash
@ -91,7 +91,7 @@ Host port of your MongoDB instance: 27017
MongoDB Admin Password: When you have added the cartridge MongoDB, the terminal give you a password, use it. If you are lost him, you will find it on the [Openshift Panel](https://openshift.redhat.com/app/console).
MongoDB Admin Password: When you have added the cartridge MongoDB, the terminal give you a password, use it. If you are lost him, you will find it on the [Openshift Panel](https://openshift.redhat.com/app/console).
**Step 13:** And the last one, in other terminal, restart the application
**Step 14:** And the last one, in other terminal, restart the application