Skip to content

Instantly share code, notes, and snippets.

@marocchino
Created March 22, 2012 05:28
Show Gist options
  • Save marocchino/2156371 to your computer and use it in GitHub Desktop.
Save marocchino/2156371 to your computer and use it in GitHub Desktop.
간단히 적어보는 octopress 디플로이 방법.

ruby 1.9.3,bundler는 깔려있다는 전재에서 적습니다.

클론 하기

# git clone [email protected]:EngForDev/engfordev.github.com.git
# cd engfordev.github.com/

초기 설정 하기

# bundle install 
# bundle exec rake setup_github_pages
Enter the read/write url for your repository: [email protected]:EngForDev/engfordev.github.com.git

디플로이 하기

# bundle exec rake gen_deploy

참 쉽죠?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment