welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 167 forks source link

Wordmove and VVV #491

Closed good3n closed 6 years ago

good3n commented 6 years ago

Having a really tough time installing WordMove on a vagrant box. It's not the fault of WordMove, but rather the default version of Ruby that comes with Vagrant and for whatever reason is seemingly impossible to update.

I've followed your guide here: https://github.com/welaika/wordmove/wiki/Getting-Wordmove-installed-in-VVV-(or-any-Vagrant)

However it starts yelling at me that YAML safe loading is not available, and doesn't seem to update Ruby.

good3n commented 6 years ago

I actually managed to update the Ruby version via:

rvm group add rvm "$USER"

Restarted Vagrant

rvm install 2.4.0

All good with installing WordMove from there.