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 (
commit ecbe6f379194b37d114aa560777ddac9a96d8e2e
tree 549e71f3cf5047b492801154d997306b1966a264
parent 4cf3d5e3d74ccc56397fb6c9151a343768131635
tree 549e71f3cf5047b492801154d997306b1966a264
parent 4cf3d5e3d74ccc56397fb6c9151a343768131635
blerb /
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | Mon Feb 04 16:17:35 -0800 2008 | [William Smith] |
| |
.gitignore | Mon Feb 04 16:28:51 -0800 2008 | [William Smith] |
| |
README | Mon Feb 04 16:07:55 -0800 2008 | [hornbeck] |
| |
Rakefile | Thu Jan 31 04:24:54 -0800 2008 | [lancecarlson] |
| |
app/ | Tue Feb 05 08:29:40 -0800 2008 | [jwhitmire] |
| |
config/ | Mon Feb 04 21:30:59 -0800 2008 | [benburkert] |
| |
dev.db | Mon Feb 04 16:52:10 -0800 2008 | [William Smith] |
| |
lib/ | Mon Feb 04 22:56:37 -0800 2008 | [jwhitmire] |
| |
log/ | Wed Jan 30 17:20:59 -0800 2008 | [lancecarlson] |
| |
public/ | Mon Feb 04 16:17:35 -0800 2008 | [William Smith] |
| |
script/ | Tue Jan 29 07:12:38 -0800 2008 | [jwhitmire] |
| |
spec/ | Mon Feb 04 22:56:52 -0800 2008 | [jwhitmire] |
| |
stories/ | Mon Feb 04 21:57:03 -0800 2008 | [benburkert] |
| |
test.db | Mon Feb 04 16:52:10 -0800 2008 | [William Smith] |
| |
test/ | Fri Jan 25 15:06:14 -0800 2008 | [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)




