Octopress Setup
First, I want to stress that Octopress is a blogging framework for hackers. You should be comfortable running shell commands and familiar with the basics of Git. If that sounds daunting, Octopress probably isn’t for you.
Before You Begin
You’ll need to install Git and set up your Ruby environment. Octopress requires Ruby 1.9.2 wich you can easily install with RVM or rbenv. You can’t use both rbenv and RVM on the same system, as they are competing Ruby environment managers, so choose one.
Using RVM
If you don’t have RVM yet, Install RVM and then install Ruby 1.9.2.
1
| |
Using rbenv
If you don’t have rbenv yet, Install rbenv and install ruby-build, then install Ruby 1.9.2.
1
| |
Setup Octopress
1 2 3 | |
If ruby --version doesn’t say you’re using Ruby 1.9.2, you may want to revisit your RVM installation.
Next, install dependencies.
1 2 3 | |
Install the default Octopress theme.
1
| |