开发者

dotcloud helloworld deployment failed

开发者 https://www.devze.com 2023-04-05 08:20 出处:网络
i followed dotcloud hello world tutorial install, enter api key, create app and push and what i get is:

i followed dotcloud hello world tutorial install, enter api key, create app and push and what i get is:

$ dotcloud push helloworld
# upload /Users/user/src/dotCloud ssh://dotcloud@uploader.dotcloud.com:443/helloworld
# rsync
Pseudo-terminal will not be allocated because stdin is not a terminal.
building file list ... done
./
dotcloud.yml
index.html

sent 307 bytes  received 70 bytes  50.27 bytes/sec
total size is 149  speedup is 0.40
Deployment for "hel开发者_JAVA技巧loworld" triggered. Will be available in a few seconds.
2011-09-17 15:25:14 [api] Deploy helloworld scheduled for revision=latest
2011-09-17 15:25:14 [api] Waiting for the build. (It may take a few minutes)
2011-09-17 15:25:14 [www.0] Deploying...
2011-09-17 15:25:15 [www.0] Failed to be deployed, aborting...
2011-09-17 15:25:15 [api] Deploy finished

Deployment finished. Your application is available at the following URLs
error: No URL found.


sudo easy_install pip && sudo pip install --upgrade dotcloud

solved it

0

精彩评论

暂无评论...
验证码 换一张
取 消