Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Last active August 29, 2015 14:08
Show Gist options
  • Save tuki0918/184e9557b557e5f2ce06 to your computer and use it in GitHub Desktop.
Save tuki0918/184e9557b557e5f2ce06 to your computer and use it in GitHub Desktop.
vagrant-berkshelf install Error まわり あんまり覚えていないけど、このへん怪しい
source 'https://supermarket.getchef.com'
cookbook 'apt'
$ xcode-select --install
$ vagrant plugin install vagrant-berkshelf
#$ sudo gem install berkshelf
$ vi Gemfile
$ bundle install
$ berks version
$ vi Berksfile
$ berks install
# Chef install
http://downloads.getchef.com/chef-dk/mac/#/
export PATH="/opt/chefdk/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"

read: http://d.hatena.ne.jp/akuwano/20140806/1407291260

source 'https://rubygems.org'
gem "berkshelf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment