Add rake comamnds to initialize database

This commit is contained in:
Willem Broekema 2011-05-31 05:33:54 -07:00
parent e589ad5274
commit c7ff6e3b90
1 changed files with 2 additions and 0 deletions

View File

@ -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'.