Skip to content

Instantly share code, notes, and snippets.

@carlosipe
Created February 10, 2014 18:44
Show Gist options
  • Select an option

  • Save carlosipe/8921711 to your computer and use it in GitHub Desktop.

Select an option

Save carlosipe/8921711 to your computer and use it in GitHub Desktop.
Octopress steps
git clone git://github.com/imathis/octopress.git octopress
cd octopress
gs init
gs
gem install bundler
bundle
bundle exec rake install
vim Rakefile #edit ssh_user, document_root
echo .gs/ >> .gitignore
git add .
git commit -m "Install and set up rsync deploy"
bundle exec rake generate
bundle exec rake deploy
@carlosipe
Copy link
Author

rake new_page[super-awesome]
bundle exec rake generate && bundle exec rake deploy after each change
bundle exec rake watch to rackup

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