Skip to content

Instantly share code, notes, and snippets.

@merqlove
Last active December 27, 2015 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merqlove/7250217 to your computer and use it in GitHub Desktop.
Save merqlove/7250217 to your computer and use it in GitHub Desktop.
Vagrant-Berkshelf plugin installation on Mac OS X 10.9.
#!/bin/bash
$ sudo vagrant plugin install vagrant-berkshelf && sudo chown -R "$USER":staff ~/.vagrant.d/*
#!/bin/bash
# Also second solution:
#install
$ git clone git@github.com:RiotGames/vagrant-berkshelf.git
$ cd vagrant-berkshelf
$ bundle
$ bundle exec thor gem:build
$ vagrant plugin install --plugin-prerelease --plugin-source https://rubygems.org pkg/vagrant-berkshelf-1.4.0.dev.gem
#fix SSL
$ brew install curl-ca-bundle
$ export SSL_CERT_FILE='/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment