Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Installing Octopress, Deploying to Heroku, and ...

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for David Baker David Baker
November 20, 2012

Installing Octopress, Deploying to Heroku, and Customizing with OctoColor.

Presenting OctoColor - an easy way to change the default colors of your octopress blog.

Avatar for David Baker

David Baker

November 20, 2012
Tweet

Other Decks in Programming

Transcript

  1. $ git clone git://github.com /imathis/octopress.git $ cd octopress $ bundle

    $ rake install $ rake new_post["Hello World"] $ subl /source/_posts/ $ rake preview http://localhost:4000/ _config.yml title: Happy Blogsgiving subtitle: A blog for turkeys author: Joe Turkey .gitignore delete public }Installation
  2. $ gem install heroku $ heroku create $ git config

    branch.master.remote heroku $ git add . $ git commit -m 'initial commit' $ git push heroku master $ heroku open }Deployment
  3. Octopress Documentation http://octopress.org/docs/ Setting up a Custom Domain on Heroku:

    http://akivaleeder.herokuapp.com/blog/2012/10/10/setting-up-a-custom-domain-for-your-heroku-octopress-blog/ Installing a Custom Theme on Octopress: http://dbtvblog.herokuapp.com/blog/2012/11/06/how-to-install-a-custom-theme-on-octopress/ Additional Resources