PatrickLef / BlogCast

" Blogcast is a simplistic Rails 3 blogging engine which has some real nice intelligent defaults and tries to keep things simple so you can focus on writing. -Gregg Pollack & Nathaniel Bibler, Ruby5 Podcast "

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== Introduction 

BlogCast is a blogging platform. Written in Ruby using Rails 3 and sqlite3 and a lot of jQuery.


== Installation 

   git clone git://github.com/hkairi/BlogCast.git

   cd BlogCast

   bundle install 

   rails server

== Usage

   addresses : 

   1. the blog => http://localhost:3000 
   2. admin panel => http://localhost:3000/admin
      By default :
        username => admin
        password => admin


About

" Blogcast is a simplistic Rails 3 blogging engine which has some real nice intelligent defaults and tries to keep things simple so you can focus on writing. -Gregg Pollack & Nathaniel Bibler, Ruby5 Podcast "

License:MIT License


Languages

Language:JavaScript 78.0%Language:Ruby 22.0%