Skip to content

Instantly share code, notes, and snippets.

@sankitch
Created May 4, 2012 20:41
Show Gist options
  • Save sankitch/2597599 to your computer and use it in GitHub Desktop.
Save sankitch/2597599 to your computer and use it in GitHub Desktop.
Octopressのインストールからデプロイまで
cd /path/to/Dropbox
git clone git://github.com/imathis/octopress.git octopress
cd octopress
sudo gem install bundler
sudo bundle install
rake install
rake setup_github_pages
# Enter the read/write url for your repository:
# 自分の場合 git@github.com:sankitch/sankitch.github.com.git
rake generate
rake deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment