Skip to content

Instantly share code, notes, and snippets.

@azizshamim
Last active December 18, 2015 20:39
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 azizshamim/5841882 to your computer and use it in GitHub Desktop.
Save azizshamim/5841882 to your computer and use it in GitHub Desktop.
How to use VeeWee + Vagrant
source 'https://rubygems.org'
gem 'veewee', :git => "git@github.com:jedi4ever/veewee.git"

Using this thing

  1. Copy the Gemfile above into your working directory

  2. Create a new rvm gemset and use it

rvm gemset create veewee
rvm gemset use veewee
  1. My global gemset looks like this
ashamim@ataxerxes:vagrant-veewee (ruby-1.9.3-p194@veewee)$ gem list
*** LOCAL GEMS ***
bundler (1.3.5)
rake (0.8.7)
rvm (1.11.3.5)
  1. Bundle install the damned veewee thing. The gemfile uses the git repostiory for veewee
bundle install [--path=~/.bundle]
  1. Use veewee the regular way, except you have to prepend "bundle exec" to everything... what a pain in my butthole
bundle exec veewee [vbox|fusion] [build|destroy|templates|...]
  1. To use vagrant Install vagrant from vagrantup.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment