Openshift 如何在Open Shift上热部署应用程序

Openshift 如何在Open Shift上热部署应用程序,openshift,Openshift,我已经制作了一个web应用程序,我想在Open shift上部署它。我已经使用在终端上运行的以下命令克隆了应用程序git存储库:- [root@mac1 Desktop]# git clone ssh://519dcdc44382ec1c9200002d@ntd- diagnostics.rhcloud.com/~/git/ntd.git/ Initialized empty Git repository in /home/Ravi/Desktop/ntd/.git/ The authe

我已经制作了一个web应用程序,我想在Open shift上部署它。我已经使用在终端上运行的以下命令克隆了应用程序git存储库:-

 [root@mac1 Desktop]# git clone ssh://519dcdc44382ec1c9200002d@ntd-
 diagnostics.rhcloud.com/~/git/ntd.git/
 Initialized empty Git repository in /home/Ravi/Desktop/ntd/.git/
 The authenticity of host 'ntd-diagnostics.rhcloud.com (54.235.28.28)' can't be 
 established.
 RSA key fingerprint is cf:ee:77:cb:0e:fc:02:d7:72:7e:ae:80:c0:90:88:a7.
 Are you sure you want to continue connecting (yes/no)? yes
 Warning: Permanently added 'ntd-diagnostics.rhcloud.com,54.235.28.28' (RSA) to the list   
 of known hosts.
 remote: Counting objects: 41, done.
 remote: Compressing objects: 100% (34/34), done.
 remote: Total 41 (delta 1), reused 0 (delta 0)
 Receiving objects: 100% (41/41), 38.37 KiB, done.
 Resolving deltas: 100% (1/1), done.

现在我不知道接下来的步骤。我猜我将不得不在clonned local directory中部署我的项目,该目录是在执行此命令后创建的,但我不知道如何执行此操作,请在此处浏览整个文档:

或者从这里开始执行“入门”步骤: