Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Vagrant+Chef Hands-on

Vagrant+Chef Hands-on

2013/05/23に開催した60min.での資料です。

Kenichi Takahashi

May 27, 2013
Tweet

More Decks by Kenichi Takahashi

Other Decks in Technology

Transcript

  1. vagrant init $ mkdir vagrant-handson $ cd vagrant-handson $ vagrant

    init opscode-centos-64 Vagrantfile というものができていますね。
  2. knife­soloのセットアップ(1) $ bundle exec knife configure $ bundle exec knife

    solo init . $ bundle exec knife solo prepare melody configureはchefの設定します。(今回は不要かも?) initはcookbookなどを置くディレクトリの作成します。
  3. VMにscreenをインストール $ bundle exec knife cookbook create screen -o site-cookbooks

    site­cookbooksに入れるべきかは議論の余地がありますが、今 回はsite­cookbooksとします。