Merge pull request #66 from metawilm/master

Database initialization commands
This commit is contained in:
bennibu 2011-06-05 08:45:28 -07:00
commit a9969b840a
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'.