Merge pull request #66 from metawilm/master
Database initialization commands
This commit is contained in:
commit
a9969b840a
1 changed files with 2 additions and 0 deletions
|
@ -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'.
|
||||
|
||||
|
|
Loading…
Reference in a new issue