installer
This commit is contained in:
parent
da0b50f8ec
commit
4fe65eb4bc
1 changed files with 6 additions and 0 deletions
|
@ -28,5 +28,11 @@ end
|
||||||
`bundle exec rake db:setup RAILS_ENV=#{env}`
|
`bundle exec rake db:setup RAILS_ENV=#{env}`
|
||||||
`bundle exec rake db:seed_fu RAILS_ENV=#{env}`
|
`bundle exec rake db:seed_fu RAILS_ENV=#{env}`
|
||||||
|
|
||||||
|
puts green %q[
|
||||||
|
Administrator account created:
|
||||||
|
|
||||||
|
login.........admin@local.host
|
||||||
|
password......5iveL!fe
|
||||||
|
]
|
||||||
|
|
||||||
puts green " == Done! Now you can start server"
|
puts green " == Done! Now you can start server"
|
||||||
|
|
Loading…
Reference in a new issue