LoginSignup
2
2

More than 5 years have passed since last update.

chefの初期設置

Last updated at Posted at 2014-06-15
  • 仮想サーバーをつくる mkdir sakura cd sakura vagrant init centos64 vim Vagrantfile vagrant up
  • knifeコマンドを使いやすくするようにsshの設定をする vagrant ssh-config --host harmony vagrant ssh-config --host harmony >> ~/.ssh/config
  • chefをinitする(新規作成) knife solo init sakura-repo cd sakura-repo knife solo prepare harmony * chefをinitする(chefファイルをgitから取得) git clone https://github.com/YusukeHigaki/sakura_chef.git cd sakura-chef knife solo prepare harmony
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2