/simple_blog

A very simple blog in Rails.

Primary LanguageRuby

Simple Blog

This is a very simple blog. You can create articles, add categories and tags with it.

Warning! This project is deprecated and not under maintenance anymore.

Preview

how to start with

setup

bundle
rake db:seed
rake db:migrate

add application.yml

you can look at config/application.yml.sample to know how to do.

enjoy!

rails s