By Dan Quellhorst ([email protected])
This is the minimum viable blog. Comments are not currently supported. Code is being used from the HTML5Boilerplate project.
Step 1: Setup database $ rake db:create
Step 1: Signup for Heroku
Step 2: Customize config/settings.yml
Step 3: Configure Heroku
$ sudo gem install heroku
$ heroku create myblog
Step 4: Deploy
$ git push heroku master
Step 5: Visit your site
[http://myblog.heroku.com](http://myblog.heroku.com)