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." 
An exception for terminatinating execution or to throw for unit testing.
collectFrom(Setup\Environment $environment, Setup\Metrics\Storage $storage)
getTentativePreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...