コマンドプロンプトで、以下のように入力
copy file1.csv + file2.csv + ...+file12.csv 出力ファイル名.csv
マージ中のテキスト置換などはできないため、
あらかじめ整形しておく必要はある。
個人用メモ帳@クラウド
コマンドプロンプトで、以下のように入力
copy file1.csv + file2.csv + ...+file12.csv 出力ファイル名.csv
マージ中のテキスト置換などはできないため、
あらかじめ整形しておく必要はある。
2.コマンドのヘルプを確認(以下のコマンドで一通り出てくる)C:\>vmc login
Email: メールでもらったアカウント
Password: ********
Successfully logged into [http://api.cloudfoundry.com]
C:\test>vmc -h3.手順書のRubyのスクリプトを作る
C:\test>more test.rb
require 'sinatra'
get '/' do
"Hello from FTMOON Cloud Foundry test update2"
end
5.表示確認
C:\>gem install vmc
Fetching: json_pure-1.5.1.gem (100%)
Fetching: rubyzip2-2.0.1.gem (100%)
Fetching: highline-1.6.1.gem (100%)
Fetching: mime-types-1.16.gem (100%)
Fetching: rest-client-1.6.1.gem (100%)
Fetching: terminal-table-1.4.2.gem (100%)
Fetching: vmc-0.3.10.gem (100%)
Successfully installed json_pure-1.5.1
Successfully installed rubyzip2-2.0.1
Successfully installed highline-1.6.1
Successfully installed mime-types-1.16
Successfully installed rest-client-1.6.1
Successfully installed terminal-table-1.4.2
Successfully installed vmc-0.3.10
7 gems installed
Installing ri documentation for json_pure-1.5.1...
Installing ri documentation for rubyzip2-2.0.1...
Installing ri documentation for highline-1.6.1...
Installing ri documentation for mime-types-1.16...
Installing ri documentation for rest-client-1.6.1...
Installing ri documentation for terminal-table-1.4.2...
Installing ri documentation for vmc-0.3.10...
Installing RDoc documentation for json_pure-1.5.1...
Installing RDoc documentation for rubyzip2-2.0.1...
Installing RDoc documentation for highline-1.6.1...
Installing RDoc documentation for mime-types-1.16...
Installing RDoc documentation for rest-client-1.6.1...
Installing RDoc documentation for terminal-table-1.4.2...
Installing RDoc documentation for vmc-0.3.10...
Succesfully targeted to [http://api.cloudfoundry.com]
Thank you for your interest in Cloud Foundry – the industry’s first open platform as a service.
We have approved your request for a CloudFoundry.com account.
Your credentials are listed below.
Email: ***
Temporary password: ***
To start using CloudFoundry.com you should first download the vmc command line tool and change your password. To learn how to download and use this tool please follow the instructions here:
http://support.cloudfoundry.com/entries/20012337-getting- started-guide-command-line- vmc-users
Once you have reset your password you can start deploying and managing applications on the CloudFoundry.com service. You can use the vmc command line tool for applications in all of our supported languages and frameworks.
Developers interested in Spring and Java may also use the SpringSource Eclipse-based IDE, STS. To start using Cloud Foundry with STS please follow the instructions here:
http://support.cloudfoundry.com/entries/20012462-getting- started-guide-sts-users
Be sure to visit our community site at http://support.cloudfoundry.com where you can search the knowledge base, ask questions and submit ideas. Note that the community site requires a separate registration.
Happy Clouding,
The Cloud Foundry team