No configuration file found and no installation code available. Exiting
In WordPress there will be a default wp-config.php file and I think this has been missing from your package. Please Check if it is there, else create a new one with file name wp-config.php and Place the following code in it with appropriate Database Credentials. <?php // ** MySQL settings ** // define(‘DB_NAME’, ‘DATABASE-NAME’); // … Read more