Commit 4fe65eb4bc4c939788c6b3f010e70cd008705dff
1 parent
da0b50f8
Exists in
master
and in
4 other branches
installer
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
install.rb
... | ... | @@ -28,5 +28,11 @@ end |
28 | 28 | `bundle exec rake db:setup RAILS_ENV=#{env}` |
29 | 29 | `bundle exec rake db:seed_fu RAILS_ENV=#{env}` |
30 | 30 | |
31 | +puts green %q[ | |
32 | +Administrator account created: | |
33 | + | |
34 | +login.........admin@local.host | |
35 | +password......5iveL!fe | |
36 | +] | |
31 | 37 | |
32 | 38 | puts green " == Done! Now you can start server" | ... | ... |