mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
The last update commit of openshift guide
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user