First version of installation wizard

This commit is contained in:
mespeche
2013-09-13 18:03:45 +02:00
parent ac40705c80
commit 8b0c8bd760
14 changed files with 601 additions and 66 deletions

View File

@@ -34,9 +34,10 @@ abstract class BaseInstall
*/
public function __construct($verifyInstall = true)
{
/* TODO : activate this part
if (file_exists(THELIA_ROOT . '/local/config/database.yml') && $verifyInstall) {
throw new AlreadyInstallException("Thelia is already installed");
}
}*/
$this->exec();