23 return hash(
"sha256", self::class);
28 return "Fill ini with settings for Services/FileSystem";
38 $common_config = $environment->getConfigFor(
"common");
46 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
48 $ini->setVariable(
"clients",
"datadir", $this->config->getDataDir());
51 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
getPreconditions(Setup\Environment $environment)
__construct(\ilFileSystemSetupConfig $config)
An environment holds resources to be used in the setup process.
achieve(Setup\Environment $environment)