English 中文(简体)
howto deploy application on dotcloud
原标题:

I want to deploy a web.py application on dotcloud. I followed the tutorial, http://docs.dotcloud.com I idd this: $ 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. (It may take a few minutes) ........................................................................Cannot reach DotCloud service ("[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.

问题回答

There is problem with DNS resolution. 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.





相关问题
Does Web Deploy work with VS2008?

I was wondering if Web Deploy found here: http://www.iis.net/expand/WebDeploy works with VS2008?

How to resolve StandardWrapperValve error on Catalina?

I am creating a signup application with validation and Captcha (using SimpleCaptcha). I am able to deploy my application on localhost and everything works perfectly inclusive of the captcha. But when ...

Opinions on MSDeploy

You know, the next "big" and "enterprisey" thing from Microsoft. Is it just me, or is it really hardly for humans? Main highlights are (IMO): Absolutely cryptic syntax (-skip:objectName=filePath,...

Is there a Perl or Lua alternative to Capistrano?

For a number of web-applications I need something like Capistrano to automate deployment. I know Capistrano can be used to deploy non-ruby applications but I m not familiar with Ruby, so I expect ...

网络开发的颠覆部署工作流程

仍然学习颠覆的基础,但从一开始,就有一个目标,即实现这种目标:使现场部署过程自动化。

热门标签