dotcloudコマンド

アプリケーション作成

$ cd APP_DIR
$ dotcloud create APP_NAME
 

構成ファイル作成

$ vi dotcloud.yml
www:
    type: java
 

アプリケーションデプロイ

$ dotcloud push APP_NAME .
 

アプリケーション一覧表示

$ dotcloud list
 

アプリケーション削除

$ dotcloud destory APP_NAME
 

end

タグ:

dotCloud メモ
最終更新:2012年09月27日 02:49