blerb-core icon indicating copy to clipboard operation
blerb-core copied to clipboard

blerb running on merb-core

= 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 [email protected]: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)