Closed good3n closed 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.
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.
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.