18 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
23 $storage->storeConfigText(
25 $ini->readVariable(
"tools",
"convert"),
26 "The path to the binary from imagemagick that is used to convert images." 28 $storage->storeConfigText(
30 $ini->readVariable(
"tools",
"zip"),
31 "The path to the binary that is used for zipping files." 33 $storage->storeConfigText(
35 $ini->readVariable(
"tools",
"unzip"),
36 "The path to the binary that is used for unzipping files." getTentativePreconditions(Setup\Environment $environment)
collectFrom(Setup\Environment $environment, Setup\Metrics\Storage $storage)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.