emyl / vagrant-triggers

Allow the definition of arbitrary scripts that will run on the host before and/or after Vagrant commands.
MIT License
546 stars 35 forks source link

Installation #10

Closed jonathan-dejong closed 10 years ago

jonathan-dejong commented 10 years ago

Hi!

Is it supposed to require me to install nokogiri before? I tried just installing it as in the instructions (running vagrant 1.6.x) but get the error that I require nokogiri.. Unfortunately that leads me to a spiral of installs like honeybrew, libxml2 etc. etc. which is a road I'd prefer not to have to go down :)

I'm no a poweruser in anyway, I enjoy vagrant with varying vagrants vagrant for my wordpress development, that's about it!

Thanks!

emyl commented 10 years ago

Hey there!

The nokogiri requirement comes from vagrant core, there's an opened issue for the error you've reported:

https://github.com/mitchellh/vagrant/issues/3769