25 return hash(
"sha256", self::class);
30 return "Fill ini with common settings";
47 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
52 $this->password_manager->encodePassword(
53 $this->config->getMasterPassword()->toString()
57 $ini->setVariable(
"server",
"absolute_path", dirname(__DIR__, 2));
61 $this->config->getServerTimeZone()->getName()
64 $ini->setVariable(
"clients",
"default", $this->config->getClientId());
67 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
__construct(\ilSetupConfig $config, \ilSetupPasswordManager $password_manager)
getPreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
__construct(Container $dic, ilPlugin $plugin)
Class ilSetupPasswordManager.
achieve(Setup\Environment $environment)