This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Sean Braithwaite (author)
Mon Mar 24 14:14:32 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Feb 24 13:01:25 -0800 2008 | [benburkert] |
| |
README | Sat Feb 23 13:32:43 -0800 2008 | [Gavin-John Noonan] |
| |
Rakefile | Mon Mar 24 14:14:32 -0700 2008 | [Sean Braithwaite] |
| |
WISHLIST | Wed Feb 13 15:19:54 -0800 2008 | [technicalpickles] |
| |
app/ | Tue Feb 26 21:39:09 -0800 2008 | [benburkert] |
| |
config/ | Mon Mar 24 14:14:32 -0700 2008 | [Sean Braithwaite] |
| |
lib/ | Wed Feb 13 22:44:39 -0800 2008 | [technicalpickles] |
| |
log/ | Thu Feb 14 20:17:01 -0800 2008 | [technicalpickles] |
| |
public/ | Fri Feb 22 09:22:23 -0800 2008 | [William Smith] |
| |
script/ | Sat Feb 23 12:54:33 -0800 2008 | [benburkert] |
| |
spec/ | Mon Mar 24 14:14:32 -0700 2008 | [Sean Braithwaite] |
| |
stories/ | Fri Feb 15 07:31:14 -0800 2008 | [benburkert] |
| |
test/ | Fri Jan 25 15:06:14 -0800 2008 | [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)




