From 4fe65eb4bc4c939788c6b3f010e70cd008705dff Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Fri, 14 Oct 2011 16:56:21 +0300 Subject: [PATCH] installer --- install.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.rb b/install.rb index 5c7dfddb..f97b168a 100644 --- a/install.rb +++ b/install.rb @@ -28,5 +28,11 @@ end `bundle exec rake db:setup 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"