Home > abtain-blog

abtain-blog

Abtain-blog is a project mainly written in JAVASCRIPT and RUBY, it's free.

Simple Rails Blog

By Dan Quellhorst ([email protected])

This is the minimum viable blog. Comments are not currently supported. Code is being used from the HTML5Boilerplate project.

Local Development

Step 1: Setup database $ rake db:create

Deploying

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)
Previous:first_app