Skip to content

Commit

Permalink
Added login deatils to end of quick install
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Feb 1, 2010
1 parent e88b295 commit 9fb4322
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions script/quick_install.rb
Expand Up @@ -205,9 +205,13 @@ def display_success_message
from the top level directory to start up a server on port 3000 and
you should be able to access the system from:
http://#{@domain}:3000/website
using the admin username and password you just entered. If everything looks good,
follow the remaining instructions in doc/INSTALL to get yourself integrated into apache
with Phusion Passenger(tm).
using the admin username and password you just entered:
Username: #{@admin_username}
Password: #{@admin_password}
If everything looks good, follow the remaining instructions in
doc/INSTALL to get yourself integrated into apache with Phusion Passenger(tm).
Good Luck and Happy CMS'ing!
EOF
Expand Down

0 comments on commit 9fb4322

Please sign in to comment.