The last update commit of openshift guide

This commit is contained in:
Emilien Devos
2014-07-16 23:20:32 +02:00
parent 06886caf18
commit e168d117e1

View File

@@ -42,18 +42,18 @@ The ouput of the echo $REDIS_CLI like this : -h ip_redis -p port_redis -a passwo
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