Skip to content

Instantly share code, notes, and snippets.

@tatuas
Last active December 25, 2015 09:39
Show Gist options
  • Save tatuas/6955510 to your computer and use it in GitHub Desktop.
Save tatuas/6955510 to your computer and use it in GitHub Desktop.
ubuntuにchefのworkstation環境をインストール
$ curl -L https://www.opscode.com/chef/install.sh | sudo bash
$ echo 'export PATH="/opt/chef/embedded/bin:$PATH"' >> ~/.bash_profile && source ~/.bash_profile
$ sudo gem install knife-solo
$ knife configure
return連打。デフォルトでとりあえずOK。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment