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 a4a64804e50e4226caae85b9bb7952b53cc98165
tree 1aefddaed1ed8808f765c9d7a6493c26edefdfbd
parent e99089e40a93cc1f7612d607515c38481bafd339
tree 1aefddaed1ed8808f765c9d7a6493c26edefdfbd
parent e99089e40a93cc1f7612d607515c38481bafd339
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Feb 24 13:01:25 -0800 2008 | |
| |
README | Sat Feb 23 13:32:43 -0800 2008 | |
| |
Rakefile | ||
| |
WISHLIST | Wed Feb 13 15:19:54 -0800 2008 | |
| |
app/ | Tue Feb 26 21:39:09 -0800 2008 | |
| |
config/ | ||
| |
lib/ | Wed Feb 13 22:44:39 -0800 2008 | |
| |
log/ | Thu Feb 14 20:17:01 -0800 2008 | |
| |
public/ | Fri Feb 22 09:22:23 -0800 2008 | |
| |
script/ | Sat Feb 23 12:54:33 -0800 2008 | |
| |
spec/ | ||
| |
stories/ | Fri Feb 15 07:31:14 -0800 2008 | |
| |
test/ | Fri Jan 25 15:06:14 -0800 2008 |
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)








