OS: Mac OSX 10.10.3 with Developer Tools installed

1
2
3
4
5
6
7
8
9
10
11
12
13
sudo gem install bundler
cd ~/git
git clone git://github.com/imathis/octopress.git octopress
cd octopress
bundle install
rake install

rake new_post[Setting Up octopress]
#edit the new source _post file here
rake generate
rake deploy
# ???
# Profit!