mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
1.2 KiB
1.2 KiB
layout | title | date | sidebar | footer |
---|---|---|---|---|
page | Octopress Setup | July 18 2011 | false | false |
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
- Install Git.
- Install Ruby 1.9.3 using either rbenv or RVM.
If ruby --version
doesn't say you're using Ruby 1.9.3, revisit your rbenv or RVM installation.
Setup Octopress
git clone git://github.com/imathis/octopress.git octopress
cd octopress # If you use RVM, You'll be asked if you trust the .rvmrc file (say yes).
ruby --version # Should report Ruby 1.9.3
Next, install dependencies.
gem install bundler
rbenv rehash # If you use rbenv, rehash to be able to run the bundle command
bundle install
Install the default Octopress theme.
rake install