准备01:搭建技术博客
参考文章:http://blog.csdn.net/renfufei/article/details/37725057
Jekyll是Github的其中一个作者用Ruby语言开发,服务依赖于Github,安装方法请参考Jekyll的文档
如果你第一次使用Ruby,在使用gem安装插件的时候你会非常痛苦,因为某些原因gem网站被墙导致传输的数据一直丢包,解决办法是删除原来的源改用淘宝国内镜像,具体方法请参考:http://ruby.taobao.org
参考文章:http://www.kafeitu.me/blog/2012/03/21/move-to-github.html
(4.1)下载安装包
(5)删除原来的源改用淘宝国内镜像
ERROR: Error installing watir:
The 'ffi' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
(1)下载develop-kit
上一篇: 备战准备01--多线程
下一篇: 每天在做什么