Skip to content

Instantly share code, notes, and snippets.

@eeichinger
Created November 1, 2013 11:07
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 eeichinger/7263956 to your computer and use it in GitHub Desktop.
Save eeichinger/7263956 to your computer and use it in GitHub Desktop.
vagrant-vsphere plugin - build script
mkdir ~/tmpbuild
cd ~/tmpbuild
git clone git://github.com/nsidc/vagrant-vsphere.git
cd vagrant-vsphere
gem build vSphere.gemspec
vagrant plugin install vagrant-vsphere-0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment