public
Description: blerb running on merb-core
Homepage:
Clone URL: git://github.com/hornbeck/blerb-core.git
Sean Braithwaite (author)
Mon Mar 24 14:14:32 -0700 2008
commit  cfbe86545f97d2a058abf3fe7b63bfb22a5c9c3d
tree    f78b19b6fb2d42b6e0fdeb4fbf579c6cee38d2e9
parent  a4a64804e50e4226caae85b9bb7952b53cc98165
blerb-core / README
100644 36 lines (29 sloc) 1.111 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
= 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)