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

时间:2013-05-23 08:22:08

标签: openshift

我已经创建了一个我希望在Open shift上部署的Web应用程序。我已经使用以下命令在终端上克隆了应用程序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本地目录中部署我的项目,这是在这个命令之后做的,但我不知道我该怎么做

1 个答案:

答案 0 :(得分:1)