简体   繁体   English

如何在 dotcloud 上部署应用程序

[英]howto deploy application on dotcloud

I want to deploy a web.py application on dotcloud.我想在 dotcloud 上部署一个 web.py 应用程序。 I followed the tutorial, http://docs.dotcloud.com I idd this: $ dotcloud create myapp $ dotcloud push myapp.我按照教程http://docs.dotcloud.com我找到了这个:$ dotcloud create myapp $ dotcloud push myapp。

after a long time waiting,i got this message:经过很长时间的等待,我收到了这条消息:

2011-06-28 18:59:12 [api] Waiting for the build. 2011-06-28 18:59:12 [api] 等待构建。 (It may take a few minutes)........................................................................Cannot reach DotCloud service ("[Errno -2] Name or service not known"). (可能需要几分钟).................................................. .............................无法访问 DotCloud 服务(“[Errno -2] Name or service not known”)。 Please check the connectivity and try again.请检查连接并重试。

Any ideas?有任何想法吗?

Please check the connectivity and try again.请检查连接并重试。

There isn't really much else to do.真的没有太多其他事情可做。 You don't get any errors, the build system isn't broken (works for me), dotcloud isn't down.您没有收到任何错误,构建系统没有损坏(对我有用),dotcloud 没有关闭。

There is problem with DNS resolution. DNS 分辨率存在问题。 If you are behind a proxy server then you'll have to configure your system such that the dotcloud app makes connections through your proxy.如果您在代理服务器后面,那么您必须配置您的系统,以便 dotcloud 应用程序通过您的代理建立连接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM