Everything done as required ( got perfect installation of Lyceum 0.34 before on the same server ) yet receiving the message: "There doesn't seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php."
Changed some settings in private.php to complete the installation:
Line 12 and 14 appear now as
define('CONFIGPATH', ABSPATH . './' . 'config/');
define('LYCEUMSRCROOT', ABSPATH . ' ' );
My wp-config.php works with ( I didn't touch other lines):
define('WEBROOT', ' ');
define('MAINDOMAIN', 'unlimitedwisdom.info');
see also #920