public
Description: Why Did I Create Another Blog?
Homepage: http://mrdias.com
Clone URL: git://github.com/diasjorge/whydicab.git
name age message
file .gitignore Sun Mar 22 18:58:41 -0700 2009 Changes in github badge [diasjorge]
file LICENSE Wed Dec 10 04:06:32 -0800 2008 Added license and Readme [Jorge Dias]
file README.rdoc Wed Dec 10 04:06:32 -0800 2008 Added license and Readme [Jorge Dias]
file Rakefile Mon Dec 08 04:36:51 -0800 2008 Initial Commit [Jorge Dias]
directory app/ Sat Apr 04 07:47:02 -0700 2009 Fixing typo in layout [diasjorge]
directory autotest/ Mon Dec 08 04:36:51 -0800 2008 Initial Commit [Jorge Dias]
directory bundle/ Wed Dec 10 03:42:53 -0800 2008 Modified dependencies. Bundling own gems [Jorge Dias]
directory config/ Thu Feb 19 09:50:24 -0800 2009 Erb layout again, problems with textile and shj... [diasjorge]
directory doc/ Mon Dec 08 04:36:51 -0800 2008 Initial Commit [Jorge Dias]
directory features/ Mon Dec 08 04:36:51 -0800 2008 Initial Commit [Jorge Dias]
directory lib/ Wed Feb 18 15:23:09 -0800 2009 - ArchivePart and TagCloudPart added - Added a ... [calas]
directory merb/ Mon Dec 08 04:36:51 -0800 2008 Initial Commit [Jorge Dias]
directory public/ Sun Mar 22 18:58:41 -0700 2009 Changes in github badge [diasjorge]
directory spec/ Mon Dec 08 07:01:05 -0800 2008 Added spec for the requests [Jorge Dias]
directory tasks/ Sat Feb 14 06:17:52 -0800 2009 Updated thor tasks [Jorge Dias]
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.