public
Description: Merb based blog engine
Homepage: http://groups.google.com/group/blerb-list
Clone URL: git://github.com/hornbeck/blerb.git
blerb /
README
= Welcome to Blerb!

== Installation

  * git clone git://github.com/hornbeck/blerb.git - anon checkout
  * git clone git@github.com:hornbeck/blerb.git   - commit access
  * cd blerb
  * mv config/database.yml.sample config/database.yml
  * fill in the correct database credentials
  * rake dm:db:automigrate
  * merb

Blerb should now be running on port 4000, so open up your browser and visit localhost:4000!

== Dependencies (versions tested)


merb         (0.5.3)
merb_helpers (0.5)
datamapper   (0.2.5)
rspec        (1.1.2)
merb_stories (0.1.0)