Created
February 10, 2014 18:44
-
-
Save carlosipe/8921711 to your computer and use it in GitHub Desktop.
Octopress steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rake new_page[super-awesome]
bundle exec rake generate && bundle exec rake deploy after each change
bundle exec rake watch to rackup