public
Description: Merb based blog engine
Homepage: http://groups.google.com/group/blerb-list
Clone URL: git://github.com/hornbeck/blerb.git
commit  ecbe6f379194b37d114aa560777ddac9a96d8e2e
tree    549e71f3cf5047b492801154d997306b1966a264
parent  4cf3d5e3d74ccc56397fb6c9151a343768131635
blerb /
name age message
file .DS_Store Mon Feb 04 16:17:35 -0800 2008 changes [William Smith]
file .gitignore Mon Feb 04 16:28:51 -0800 2008 ignoring [William Smith]
file README Mon Feb 04 16:07:55 -0800 2008 Fixing a typo in the README [hornbeck]
file Rakefile Thu Jan 31 04:24:54 -0800 2008 modified: Rakefile [lancecarlson]
directory app/ Tue Feb 05 08:29:40 -0800 2008 putting the explicit foreign key back for user_... [jwhitmire]
directory config/ Mon Feb 04 21:30:59 -0800 2008 set merb_stories to be a dependency if the envi... [benburkert]
file dev.db Mon Feb 04 16:52:10 -0800 2008 test fixes [William Smith]
directory lib/ Mon Feb 04 22:56:37 -0800 2008 fixed article specs; removed class find method ... [jwhitmire]
directory log/ Wed Jan 30 17:20:59 -0800 2008 modified: README [lancecarlson]
directory public/ Mon Feb 04 16:17:35 -0800 2008 changes [William Smith]
directory script/ Tue Jan 29 07:12:38 -0800 2008 small changes from switch to merb 0.5.3 [jwhitmire]
directory spec/ Mon Feb 04 22:56:52 -0800 2008 Merge branch 'master' of git@github.com:hornbec... [jwhitmire]
directory stories/ Mon Feb 04 21:57:03 -0800 2008 Removed views tests from the specs directory, a... [benburkert]
file test.db Mon Feb 04 16:52:10 -0800 2008 test fixes [William Smith]
directory test/ Fri Jan 25 15:06:14 -0800 2008 jw - applying buffington patch [jwhitmire]
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)