Skip to content

Instantly share code, notes, and snippets.

@tkdn
Last active August 29, 2015 14:12
Show Gist options
  • Save tkdn/e31f7786f96758400691 to your computer and use it in GitHub Desktop.
Save tkdn/e31f7786f96758400691 to your computer and use it in GitHub Desktop.
VVVでwordmoveを使う(いまさら) ref: http://qiita.com/tkdn/items/40e257b2effb48f991c6
set ssl:check-hostname no
set ssl:verify-certificate no
$ gem install wordmove
vagrant@vvv:~$ sudo gem install wordmove
Building native extensions. This could take a while...
ERROR: Error installing wordmove:
ERROR: Failed to build gem native extension.
$ apt-get install -y ruby-dev
$ gem install rubygems-update
$ update_rubygems
$ gem install wordmove
$ wordmove init
$ apt-get install lftp
$ cd /vagrant
$ vi .lftprc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment