Skip to content

Instantly share code, notes, and snippets.

@tnaoto
Last active December 20, 2015 04:29
Show Gist options
  • Save tnaoto/6071698 to your computer and use it in GitHub Desktop.
Save tnaoto/6071698 to your computer and use it in GitHub Desktop.
knife solo init <cookbook>
cd <cookbook>
vi Berksfile
berks install --path cookbooks/
knife cookbook create <recipe> -o site-cookbook/
knife solo prepare <host>
kinfi solo cook <host>
berks installで呼べるcookbookは、
berks cookbook <name>で作ったもの
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment