Open up the settings.php file (See install.txt for location if you've forgotten). and on line 86
$db_url = 'mysql://testuser:passme@localhost/drupal-47';On line 103
$base_url = 'http://localhost/drupal-47'; // NO trailing slash!let's browse to http://localhost/drupal-47
You should now see the familier "Welcome to your new Drupal-powered website." message.
For more information see the install.txt included with the download.
