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