rvm, gcc, ruby, octopress, github pages
따라와~1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| $ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
$ [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
$ https://github.com/kennethreitz/osx-gcc-installer/downloads
$ rvm install 1.9.2 && rvm use 1.9.2
$ git clone git://github.com/imathis/octopress.git octopress
$ gem install bundler
$ rake install
$ rake setup_github_pages
$ rake new_post[""]
$ rake generate
$ rake preview
$ rake deploy
|