public
Description: Merb based blog engine
Homepage: http://groups.google.com/group/blerb-list
Clone URL: git://github.com/hornbeck/blerb.git
blerb / README
100644 24 lines (16 sloc) 0.552 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
= 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)