11 return hash(
"sha256", self::class);
16 return "The installation is accessible.";
26 $db_config = $environment->getConfigFor(
"database");
28 new \ilIniFilesPopulatedObjective($this->config),
30 new \ilSettingsFactoryExistsObjective()
36 $factory = $environment->getResource(Setup\Environment::RESOURCE_SETTINGS_FACTORY);
37 $settings =
$factory->settingsFor(
"common");
39 $settings->set(
"setup_ok", 1);
41 $client_ini = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_INI);
43 $client_ini->setVariable(
"client",
"access",
true);
45 if (!$client_ini->write()) {
46 throw new Setup\UnachievableException(
"Could not write client.ini.php");
achieve(Setup\Environment $environment)
getPreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.