public
Description: Puts 'u' back in blogging.
Homepage: http://utype.org
Clone URL: git://github.com/mariusz/utype.git
solnic (author)
Tue Nov 11 01:57:57 -0800 2008
commit  fbab2ac8251afa62cc20d8b99d350e679d8ab41a
tree    4b5f7791091039c3c3687029cd76d5e6ad4554b6
parent  44dcba6e0d2eb6183fde7341426e27790361e4f8
utype /
README.markdown

INTRODUCTION

utype project aims to be the best blogging platform ever (or I should say a CMS system with blogging capabilities for a good start...). we've just started, so don't expect a production ready application, current sources are experimental :)

if you're interested in helping us out, just let us know.

contact information:

UTYPE

Required gems:

  1. merb-core
  2. merb-parts
  3. merb-assets
  4. merb_helpers
  5. dm-core
  6. dm-validations
  7. dm-timestamps
  8. dm-is-list
  9. dm-is-tree

Running specs:

  1. create your test database (doooh :)
  2. run: rake dm:db:automigrate MERB_ENV=test
  3. run: rake spec

Installation:

  1. Create config/database.yml and setup your databases
  2. Install utype by running: rake utype:install
  3. Run the specs: rake spec
  4. To run the server just type merb in the app root