public
Description: Why Did I Create Another Blog?
Homepage: http://mrdias.com
Clone URL: git://github.com/diasjorge/whydicab.git
Jorge Dias (author)
Sat Apr 04 07:47:02 -0700 2009
commit  d2361045b25e07134f9c3ee97c4fc2155e511c1c
tree    115af3be214d8f69137d00db73c1e6057beaa605
parent  0794fc8e82e3249171d16d2db88ceaa9753963b0
README.rdoc

Whydicab

Why did I create another blog?

Install dependencies

The simplest way to do it is using thor.

thor merb:dependencies:install [—local]. The —local to bundle the dependencies in the project dir

After this you’ll have to install our bundled gems. Right now it’s will_paginate and dm-tags until our changes make it into the official release.

thor merb:gem:install bundle/dm-tags-0.9.8.gem bundle/will_paginate-3.0.0.gem.

Create your database.

That’s it.

Admin user

To create an user, right now you have to use the console.

merb -i

User.create(:login => ‘admin’, :password => ‘password’, :password_confirmation => ‘password’)

License

See the file LICENSE.