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 | ||
| |
README | ||
| |
Rakefile | ||
| |
WISHLIST | ||
| |
app/ | ||
| |
config/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
test/ |
= 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)












