Last active
August 29, 2015 14:12
-
-
Save tkdn/e31f7786f96758400691 to your computer and use it in GitHub Desktop.
VVVでwordmoveを使う(いまさら) ref: http://qiita.com/tkdn/items/40e257b2effb48f991c6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set ssl:check-hostname no | |
set ssl:verify-certificate no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gem install wordmove |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ apt-get install -y ruby-dev | |
$ gem install rubygems-update | |
$ update_rubygems | |
$ gem install wordmove |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wordmove init |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ apt-get install lftp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd /vagrant | |
$ vi .lftprc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment