2011-09-17 17 views
1

iがdotcloud続く失敗したHello Worldのチュートリアル 、APIキーを入力してアプリを作成し、 を押すと、私は何を得ることはあり、インストールします。dotcloudのhelloworldの配備は

$ dotcloud push helloworld 
# upload /Users/user/src/dotCloud ssh://[email protected]: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 "helloworld" 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. 

答えて

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

我々はバグがありました

+0

それを解決vhosts割り当てサブシステムでは、この展開の問題が発生することがあります。私たちはまもなくそれを修正しました。私は間違っているかもしれませんが、私はバグ修正がCLIのアップグレードではなく、この問題を解決したと信じています。さて、最も重要な点は、今すぐ動作することです:-) – jpetazzo