Please create app/config/database.php and type in your database configuration:
Core::instance()->config()->databaseConfig = array(
			'host' => 'localhost',
			'database' => 'DATABASE_NAME_HERE',
			'user' => 'USERNAME_HERE',
			'password' => 'PASSWORD_HERE'
			);