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());
An exception for terminatinating execution or to throw for unit testing.
Signals that some goal won't be achievable by actions of the system ever.
achieve(Setup\Environment $environment)
__construct(\ilFileSystemSetupConfig $config)
getPreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
An objective is a desired state of the system that is supposed to be created by the setup.