19 declare(strict_types=1);
45 return "Confirm that root should be used to run the setup.";
69 $admin_interaction = $environment->
getResource(
Setup\Environment::RESOURCE_ADMIN_INTERACTION);
72 "You seem to be using root or your user just can't be determined. You should\n" .
73 "be running this setup with the same user the webserver uses. If this is not\n" .
74 "the case there might be problems accessing files via the web later...\n" .
75 "If you still proceed, carefully check file access rights in the data-directories\n" .
76 "after finishing the setup.\n";
78 if (!$admin_interaction->confirmOrDeny(
$message)) {
79 throw new Setup\NoConfirmationException(
$message);
90 if (function_exists(
"posix_geteuid") && posix_geteuid() != 0) {
achieve(Setup\Environment $environment)
getPreconditions(Setup\Environment $environment)
The user seems to use root or we cannot determine which user he uses.
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
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.
isApplicable(Setup\Environment $environment)