This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d2361045b25e07134f9c3ee97c4fc2155e511c1c
tree 115af3be214d8f69137d00db73c1e6057beaa605
parent 0794fc8e82e3249171d16d2db88ceaa9753963b0
tree 115af3be214d8f69137d00db73c1e6057beaa605
parent 0794fc8e82e3249171d16d2db88ceaa9753963b0
whydicab /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Mar 22 18:58:41 -0700 2009 | |
| |
LICENSE | Wed Dec 10 04:06:32 -0800 2008 | |
| |
README.rdoc | Wed Dec 10 04:06:32 -0800 2008 | |
| |
Rakefile | Mon Dec 08 04:36:51 -0800 2008 | |
| |
app/ | Sat Apr 04 07:47:02 -0700 2009 | |
| |
autotest/ | Mon Dec 08 04:36:51 -0800 2008 | |
| |
bundle/ | Wed Dec 10 03:42:53 -0800 2008 | |
| |
config/ | Thu Feb 19 09:50:24 -0800 2009 | |
| |
doc/ | Mon Dec 08 04:36:51 -0800 2008 | |
| |
features/ | Mon Dec 08 04:36:51 -0800 2008 | |
| |
lib/ | Wed Feb 18 15:23:09 -0800 2009 | |
| |
merb/ | Mon Dec 08 04:36:51 -0800 2008 | |
| |
public/ | Sun Mar 22 18:58:41 -0700 2009 | |
| |
spec/ | Mon Dec 08 07:01:05 -0800 2008 | |
| |
tasks/ | Sat Feb 14 06:17:52 -0800 2009 |
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.







