18 return hash(
"sha256", self::class);
23 return "Fill ini with common settings";
40 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
42 $ini->setVariable(
"server",
"absolute_path", dirname(__DIR__, 2));
46 $this->config->getServerTimeZone()->getName()
49 $ini->setVariable(
"clients",
"default", $this->config->getClientId());
52 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
63 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
66 $ini->readVariable(
"server",
"absolute_path") !== dirname(__DIR__, 2) ||
67 $ini->readVariable(
"server",
"timezone") !== $this->config->getServerTimeZone()->getName() ||
68 $ini->readVariable(
"clients",
"default") !== $this->config->getClientId()
__construct(\ilSetupConfig $config)
isApplicable(Setup\Environment $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
__construct(Container $dic, ilPlugin $plugin)
achieve(Setup\Environment $environment)