From c7ff6e3b90d307eada330d6bfc32b126285af2ff Mon Sep 17 00:00:00 2001 From: Willem Broekema Date: Tue, 31 May 2011 05:33:54 -0700 Subject: [PATCH] Add rake comamnds to initialize database --- README_DEVEL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_DEVEL b/README_DEVEL index 6451250f..060a4ed0 100644 --- a/README_DEVEL +++ b/README_DEVEL @@ -51,6 +51,8 @@ After that you get the other gems easily with (from project root): (5) Create database (schema) and load defaults -------------------------- rake db:create + rake db:schema:load + rake db:seed With this, you also get a ready to go user with username 'admin' and password 'secret'.