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 (
blerb /
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | ||
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
dev.db | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
test.db | ||
| |
test/ |
= 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)












