public
Description: blerb running on merb-core
Clone URL: git://github.com/hornbeck/blerb-core.git
Search Repo:
name age message
folder .gitignore Sun Feb 24 13:01:25 -0800 2008 all specs are passing. Updated the spec_helper... [benburkert]
folder README Sat Feb 23 13:32:43 -0800 2008 Fixed a typo in the README [Gavin-John Noonan]
folder Rakefile Mon Mar 24 14:14:32 -0700 2008 Adjusted spec to reflect changes in merb-core [Sean Braithwaite]
folder WISHLIST Wed Feb 13 15:19:54 -0800 2008 Added WISHLIST [technicalpickles]
folder app/ Tue Feb 26 21:39:09 -0800 2008 fixed settings controller stuff [benburkert]
folder config/ Mon Mar 24 14:14:32 -0700 2008 Adjusted spec to reflect changes in merb-core [Sean Braithwaite]
folder lib/ Wed Feb 13 22:44:39 -0800 2008 Changed Permalinker's find_by_slug to with_slug... [technicalpickles]
folder log/ Thu Feb 14 20:17:01 -0800 2008 Removed merb log. [technicalpickles]
folder public/ Fri Feb 22 09:22:23 -0800 2008 minor fixes [William Smith]
folder script/ Sat Feb 23 12:54:33 -0800 2008 added script/install_merb, updated Rakefile and... [benburkert]
folder spec/ Mon Mar 24 14:14:32 -0700 2008 Adjusted spec to reflect changes in merb-core [Sean Braithwaite]
folder stories/ Fri Feb 15 07:31:14 -0800 2008 Story tests now use the MarkupMatchers from mer... [benburkert]
folder test/ Fri Jan 25 15:06:14 -0800 2008 jw - applying buffington patch [jwhitmire]
README
= Welcome to Blerb!

== Installation
  * from your working directory, say ~/code/, clone the blerb repository:
  * git clone git://github.com/hornbeck/blerb-core.git - anon checkout
  * git clone git@github.com:hornbeck/blerb-core.git   - commit access
  * cd blerb-core
  * use script/install to update or install merb-* in the parent directory (e.g. ~/code/merb-core/):
  * script/install_merb
  * cp config/database.sample.yml config/database.yml
  * fill in the correct database credentials
  * cp config/settings.sample.yml config/settings.yml
  * fill in the correct blog settings
  * rake dm:auto_migrate
  * to start a webserver, run the merb command:
  * merb

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

== Dependencies (versions tested)


merb-core         (0.9)
merb-more         (0.9.0)
merb-action-args  (0.9.0)
merb-assets       (0.9.0)
merb-mailer       (0.9.1)
merb-test         (0.9.0)
merb_datamapper   (0.9.0)
merb_helpers      (0.9.0)
merb_rspec        (0.9.0)
datamapper        (0.3.0)
rspec             (1.1.3)
do_yourdbhere     (varies)