#author("2017-05-22T07:45:13+00:00","default:kazuma","kazuma")
[[itamae]]

*概要 [#p804a90f]
itamaeのインストール手順です。

*インストールコマンド [#lf3a3306]
 $ gem i install
 $ gem i itamae
 
 または
 
 $ vim Gemfile
 source "https://rubygems.org"
 
 gem "itamae"
 $ bundle install --path=vendor/bundler

*確認 [#c2dbcf87]
 $ itamae version
 Itamae v1.9.11
 
 $ itamae --help
 Commands:
  itamae destroy [cookbook|role] [NAME]   # Undo role or cookbook (short-cut alias: "d")
  itamae docker RECIPE [RECIPE...]        # Create Docker image
  itamae generate [cookbook|role] [NAME]  # Initialize role or cookbook (short-cut alias: "g")
  itamae help [COMMAND]                   # Describe available commands or one specific command
  itamae init NAME                        # Create a new project
  itamae local RECIPE [RECIPE...]         # Run Itamae locally
  itamae ssh RECIPE [RECIPE...]           # Run Itamae via ssh
  itamae version                          # Print version

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS